Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
added #page-sidebar to the elementsToScan array.
  • Loading branch information
Zurawel committed Sep 18, 2018
1 parent e891e03 commit 2ecfced
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content-az.php
Expand Up @@ -70,7 +70,7 @@ $pattern = '#[A-Za-z|~`!@\#$%^&*()_+=|\\}\][{\'/;\-":?>.<]#';
} }
echo '</nav>'; 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 <?php
// Generate AZ List // Generate AZ List
//if( !preg_match($pattern, $exclude, $matches) ){ //if( !preg_match($pattern, $exclude, $matches) ){
Expand Down
3 changes: 2 additions & 1 deletion js/cs.js
Expand Up @@ -67,7 +67,8 @@ jQuery(document).ready(function($) {
var elementsToScan = [ var elementsToScan = [
'#comments', '#comments',
'#site-navigation', '#site-navigation',
'article.page' 'article.page',
'#page-sidebar'
] ]


$.each(elementsToScan, function(index, value){ $.each(elementsToScan, function(index, value){
Expand Down

0 comments on commit 2ecfced

Please sign in to comment.