Skip to content

Commit b69b3ef

Browse files
committed
Updated html pages
- Removed file sizes from downloads page - Corrected a broken link in index.html - Updated the source files to specify that jQuery Filter Json plugin is optional.
1 parent c790e07 commit b69b3ef

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

demos/downloads.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
<body>
99
<div class="downlaod-heading">Paginated Dropdown Widget</div>
10-
<div class="download-link">-&nbsp;<a href="../src/paginated.dropdown.widget.js" target="_blank">Uncompressed Code</a> (18.6KB)</div>
11-
<div class="download-link">-&nbsp;<a href="../src/paginated.dropdown.widget.min.js" target="_blank">Minified Code</a> (10.8KB)</div>
10+
<div class="download-link">-&nbsp;<a href="../src/paginated.dropdown.widget.js" target="_blank">Uncompressed Code</a></div>
11+
<div class="download-link">-&nbsp;<a href="../src/paginated.dropdown.widget.min.js" target="_blank">Minified Code</a></div>
1212
<div class="downlaod-heading">Filter JSON Plugin</div>
13-
<div class="download-link">-&nbsp;<a href="assets/filterJSON.plugin.js" target="_blank">Uncompressed Code</a> (5.86KB)</div>
14-
<div class="download-link">-&nbsp;<a href="assets/filterJSON.plugin.min.js" target="_blank">Minified Code</a> (2.07KB)</div>
13+
<div class="download-link">-&nbsp;<a href="assets/filterJSON.plugin.js" target="_blank">Uncompressed Code</a></div>
14+
<div class="download-link">-&nbsp;<a href="assets/filterJSON.plugin.min.js" target="_blank">Minified Code</a></div>
1515
</body>
1616
</html>

demos/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<div class="content-item">&nbsp;<a href="#keyNavigation">keyNavigation</a></div>
3434
<div class="content-item">&nbsp;<a href="#customEventPrefix">customEventPrefix</a></div>
3535
<div class="content-item">&nbsp;<a href="#cache">cache</a></div>
36-
<div class="content-item">&nbsp;<a href="#filterJSON">filterJSON</a></div>
36+
<div class="content-item">&nbsp;<a href="#filterJson">filterJSON</a></div>
3737
<div class="content-item">&nbsp;<a href="#elementType">elementType</a></div>
3838
</div>
3939
<div id="content">

src/paginated.dropdown.widget.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Depends:
66
* - jQuery 1.6+
77
* - jQuery UI 1.8 widget factory
8-
* - jQuery Filter Json plugin
8+
* - jQuery Filter Json plugin // optional
99
*
1010
* Dual licensed under the MIT and GPL licenses:
1111
* - http://www.opensource.org/licenses/mit-license.php

src/paginated.dropdown.widget.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)