debug function uses mkws.log rather than old mkws.debug.
authorMike Taylor <mike@indexdata.com>
Tue, 25 Mar 2014 11:50:21 +0000 (11:50 +0000)
committerMike Taylor <mike@indexdata.com>
Tue, 25 Mar 2014 11:50:21 +0000 (11:50 +0000)
tools/htdocs/mkws-jquery.js

index 8e7102a..a093bfd 100644 (file)
@@ -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) {