Permalink
Browse files
added #page-sidebar to the elementsToScan array.
- Loading branch information
Showing
with
3 additions
and
2 deletions.
-
+1
−1
content-az.php
-
+2
−1
js/cs.js
|
@@ -70,7 +70,7 @@ function getChars($pages){ |
|
|
} |
|
|
echo '</nav>'; |
|
|
?> |
|
|
<input id="azFilterInput" type="text" class="form-control" aria-label=“search site a-z” placeholder="Type here to filter this list" /> |
|
|
<input id="azFilterInput" type="text" class="form-control" aria-label="search site A to Z" placeholder="Type here to filter this list" /> |
|
|
<?php |
|
|
// Generate AZ List |
|
|
//if( !preg_match($pattern, $exclude, $matches) ){ |
|
|
|
@@ -67,7 +67,8 @@ jQuery(document).ready(function($) { |
|
|
var elementsToScan = [ |
|
|
'#comments', |
|
|
'#site-navigation', |
|
|
'article.page' |
|
|
'article.page', |
|
|
'#page-sidebar' |
|
|
] |
|
|
|
|
|
$.each(elementsToScan, function(index, value){ |
|
|