From aef1f7d694b286ea63147654bf47886dd98e0132 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 25 Mar 2014 11:50:21 +0000 Subject: [PATCH] debug function uses mkws.log rather than old mkws.debug. --- tools/htdocs/mkws-jquery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 1.7.10.4