Skip to content

Commit 54aa199

Browse files
committed
Updated html pages
- Added mailto links to index.html - Removed the file sizes from downloads.html
1 parent a61fa0b commit 54aa199

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

demos/downloads.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</head>
77
<body>
88
<div class="downlaod-heading">Filter JSON Plugin</div>
9-
<div class="download-link">-&nbsp;<a href="../src/filterJSON.plugin.js" target="_blank">Uncompressed Code</a> (5.86KB)</div>
10-
<div class="download-link">-&nbsp;<a href="../src/filterJSON.plugin.min.js" target="_blank">Minified Code</a> (2.07KB)</div>
9+
<div class="download-link">-&nbsp;<a href="../src/filterJSON.plugin.js" target="_blank">Uncompressed Code</a></div>
10+
<div class="download-link">-&nbsp;<a href="../src/filterJSON.plugin.min.js" target="_blank">Minified Code</a></div>
1111
</body>
1212
</html>

demos/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<body>
1313
<div class="topbar">
1414
<div class="primary">$( '#kapil-kashyap' )</div>
15+
<div><a href="mailto:[email protected]?Subject=Feedback: jQuery paginated drop down widget" target="_blank">[email protected]</a> / <a href="mailto:[email protected]?Subject=Feedback: jQuery paginated drop down widget" target="_blank">[email protected]</a></div>
1516
</div>
1617
<div id="left-navigation">
1718
<div class="content-item">&nbsp;<a href="#home">Home</a></div>

0 commit comments

Comments
 (0)