Remove calls to alert() meant for testing purposes only collab/miker/search_authority
authorYamil Suarez <yamil@yamil.com>
Thu, 25 Sep 2014 20:14:06 +0000 (16:14 -0400)
committerYamil Suarez <yamil@yamil.com>
Thu, 25 Sep 2014 20:14:06 +0000 (16:14 -0400)
Signed-off-by: Yamil Suarez <yamil@yamil.com>
Open-ILS/web/js/ui/default/cat/authority/list.js

index 8c33223..517891e 100644 (file)
@@ -386,8 +386,6 @@ function displayRecords(parms) {
         + '/' + dijit.byId('authPage').attr('value')
         + '/' + '20' // 20 results per page
     ;
-alert(url);
-alert(dijit.byId('searchOrNot').attr('checked'));
     dojo.xhrGet({"url":url, "handleAs":"xml", "content":{"format":"marcxml"}, "preventCache": true, "load":displayAuthorities });
 }