From e891e03ccbd16a8c24a86ed9cefd09b178aa168a Mon Sep 17 00:00:00 2001 From: Zurawel Date: Mon, 17 Sep 2018 15:07:08 -0400 Subject: [PATCH 1/2] Updates to content-az.php and js/cs.js. Added a search field that filters the list in the A-Z index. --- content-az.php | 4 +++- js/cs.js | 36 +++++++++++++++++++++++++++++++++++- 2 files changed, 38 insertions(+), 2 deletions(-) diff --git a/content-az.php b/content-az.php index 5e3da37..34bc305 100644 --- a/content-az.php +++ b/content-az.php @@ -69,7 +69,9 @@ $pattern = '#[A-Za-z|~`!@\#$%^&*()_+=|\\}\][{\'/;\-":?>.<]#'; } } echo ''; - + ?> + + Date: Tue, 18 Sep 2018 11:09:44 -0400 Subject: [PATCH 2/2] added #page-sidebar to the elementsToScan array. --- content-az.php | 2 +- js/cs.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/content-az.php b/content-az.php index 34bc305..0925436 100644 --- a/content-az.php +++ b/content-az.php @@ -70,7 +70,7 @@ $pattern = '#[A-Za-z|~`!@\#$%^&*()_+=|\\}\][{\'/;\-":?>.<]#'; } echo ''; ?> - +