From 319d8dcd1a922361ff570dbc17bc492a29499fad Mon Sep 17 00:00:00 2001 From: Yamil Suarez Date: Thu, 25 Sep 2014 16:14:06 -0400 Subject: [PATCH] Remove calls to alert() meant for testing purposes only Signed-off-by: Yamil Suarez --- Open-ILS/web/js/ui/default/cat/authority/list.js | 2 -- 1 file changed, 2 deletions(-) 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 }); } -- 2.11.0