From d9b307c448843eb2cd5b7a9297fb3264c26279ad Mon Sep 17 00:00:00 2001 From: Adam R Claxton Date: Sat, 3 Dec 2016 17:02:58 -0500 Subject: [PATCH] Now filter works for all options! There was a typo in an attribute tag --- html/javascript/return.js | 2 -- html/webpages/returnPage.html | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/html/javascript/return.js b/html/javascript/return.js index 7eb282f..cc5ad4a 100644 --- a/html/javascript/return.js +++ b/html/javascript/return.js @@ -96,8 +96,6 @@ function filterDeviceList() function populateDeviceList(filter) //generates html and writes to 'devContainer' div in returnPage.html { - if(filter!=null) window.alert("populating list with parameters "+filter[0]+" and "+filter[1]); - else window.alert("populating list with parameters null filter"); var devicesToList = getCheckedOutDevices(null,filter); var htmlString=""; for (var i = 0; i < devicesToList.length; i++) { diff --git a/html/webpages/returnPage.html b/html/webpages/returnPage.html index d4d639e..d57aa73 100644 --- a/html/webpages/returnPage.html +++ b/html/webpages/returnPage.html @@ -50,7 +50,7 @@