From: Yamil Suarez Date: Thu, 25 Sep 2014 20:14:06 +0000 (-0400) Subject: Remove calls to alert() meant for testing purposes only X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=319d8dcd1a922361ff570dbc17bc492a29499fad;p=working%2FEvergreen.git Remove calls to alert() meant for testing purposes only Signed-off-by: Yamil Suarez --- diff --git a/Open-ILS/web/js/ui/default/cat/authority/list.js b/Open-ILS/web/js/ui/default/cat/authority/list.js index 8c33223f74..517891e389 100644 --- a/Open-ILS/web/js/ui/default/cat/authority/list.js +++ b/Open-ILS/web/js/ui/default/cat/authority/list.js @@ -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 }); }