projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b28f37
)
debug function uses mkws.log rather than old mkws.debug.
author
Mike Taylor
<mike@indexdata.com>
Tue, 25 Mar 2014 11:50:21 +0000
(11:50 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Tue, 25 Mar 2014 11:50:21 +0000
(11:50 +0000)
tools/htdocs/mkws-jquery.js
patch
|
blob
|
history
diff --git
a/tools/htdocs/mkws-jquery.js
b/tools/htdocs/mkws-jquery.js
index
8e7102a
..
a093bfd
100644
(file)
--- a/
tools/htdocs/mkws-jquery.js
+++ b/
tools/htdocs/mkws-jquery.js
@@
-11,7
+11,7
@@
*/
function _mkws_jquery_plugin ($) {
function debug (string) {
- mkws.debug("jquery.pazpar2: " + string);
+ mkws.log("jquery.pazpar2: " + string);
}
function init_popup(obj) {