projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ed0a6e
)
Remove calls to alert() meant for testing purposes only
collab/miker/search_authority
author
Yamil Suarez
<yamil@yamil.com>
Thu, 25 Sep 2014 20:14:06 +0000
(16:14 -0400)
committer
Yamil 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
patch
|
blob
|
history
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
8c33223
..
517891e
100644
(file)
--- 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 });
}