Skip to content
This repository was archived by the owner on Feb 18, 2020. It is now read-only.

Commit f965495

Browse files
committed
Updated documentation for 1.2.0.
1 parent b5a8e02 commit f965495

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#<a id="docs" href="#docs">jPanelMenu</a>
22

3-
###Version 1.1.1
3+
###Version 1.2.0
44

55
jPanelMenu is a [jQuery](http://jquery.com) plugin that creates a paneled-style menu (like the type seen in the mobile versions of [Facebook](http://m.facebook.com) and [Google](http://google.com), as well as in many native iPhone applications).
66

docs/index.html

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ <h1 class="logo"><a href="." class="ss-list">jPanelMenu</a></h1>
4242

4343
<div class="content">
4444
<section class="intro">
45-
<h2 id="overview"><a href="#">Version 1.1.1</a></h2>
45+
<h2 id="overview"><a href="#">Version 1.2.0</a></h2>
4646
<div class="text">
4747
<p>jPanelMenu is a <a href="http://jquery.com">jQuery</a> plugin that creates a paneled-style menu (like the type seen in the mobile versions of <a href="http://m.facebook.com">Facebook</a> and <a href="http://google.com">Google</a>, as well as in many native iPhone applications).</p>
4848
<p class="jPM-specific">Just click on the menu button (the top left of this page) to see it in action.</p>
49-
<p>Check out the <a href="#changelog">changelog</a> to see what&rsquo;s new in version 1.1.1.</p>
49+
<p>Check out the <a href="#changelog">changelog</a> to see what&rsquo;s new in version 1.2.0.</p>
5050
</div>
5151
<div class="download">
52-
<p><a href="../jquery.jpanelmenu.min.js" title="jPanelMenu 1.1.0 (Minifed)" class="button ss-download">Download jPanelMenu</a></p>
52+
<p><a href="../jquery.jpanelmenu.min.js" title="jPanelMenu 1.2.0 (Minifed)" class="button ss-download">Download jPanelMenu</a></p>
5353
<p>Download the <a href="../jquery.jpanelmenu.js" title="">unminifed version</a>.</p>
5454
<p>Or <a href="https://github.com/acolangelo/jPanelMenu" title="Github | jPanelMenu">view the project on Github</a></p>
5555
</div>
@@ -610,6 +610,19 @@ <h2 id="about"><a href="#about">Who Made This Wonderful Little Plugin?</a></h2>
610610

611611
<script src="http://use.typekit.net/koc4rlq.js"></script>
612612
<script>try{Typekit.load();}catch(e){}</script>
613+
<!--
614+
<script type="text/javascript">
615+
var _gaq = _gaq || [];
616+
_gaq.push(['_setAccount', 'UA-36076455-1']);
617+
_gaq.push(['_trackPageview']);
618+
619+
(function() {
620+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
621+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
622+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
623+
})();
624+
</script>
625+
-->
613626

614627
<!--
615628

0 commit comments

Comments
 (0)