From: Mike Taylor Date: Tue, 25 Mar 2014 11:50:21 +0000 (+0000) Subject: debug function uses mkws.log rather than old mkws.debug. X-Git-Tag: 1.0.0~1264 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=aef1f7d694b286ea63147654bf47886dd98e0132 debug function uses mkws.log rather than old mkws.debug. --- diff --git a/tools/htdocs/mkws-jquery.js b/tools/htdocs/mkws-jquery.js index 8e7102a..a093bfd 100644 --- 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) {