debug -> debug_function
authorWolfram Schneider <wosch@indexdata.dk>
Thu, 19 Dec 2013 16:34:12 +0000 (16:34 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Thu, 19 Dec 2013 16:34:12 +0000 (16:34 +0000)
tools/htdocs/mkws.js

index 8ddb1b1..39117da 100644 (file)
@@ -1165,8 +1165,9 @@ function M(word) {
  * implement jQuery plugin $.pazpar2({})
  */
 function _mkws_jquery_plugin ($) {
-    function debug (string) { // delayed debug, internal variables are set after dom ready
-       setTimeout(function() { mkws.debug(string); }, 500);
+    // delayed debug, internal variables are set after dom ready
+    function debug (string) {
+       setTimeout(function() { mkws.debug_function(string); }, 500);
     }
 
     function init_popup(obj) {