From: Wolfram Schneider Date: Thu, 19 Dec 2013 16:34:12 +0000 (+0000) Subject: debug -> debug_function X-Git-Tag: 1.0.0~1747^2~4 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=75145a15e09bd1f5240c57daf9066e752838249c debug -> debug_function --- diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index 8ddb1b1..39117da 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -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) {