X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmkws-jquery.js;h=41456529842ba32caf58e37e46f3414394e20a5a;hb=cd1388ebf3b69038d495f12e120bdfc02a2e7aa2;hp=90e43e475ff026828dc7eb0954b217299527e81a;hpb=be7a6e4458bf11cfc17e6afbabb0ed9a1c7c1a50;p=mkws-moved-to-github.git diff --git a/src/mkws-jquery.js b/src/mkws-jquery.js index 90e43e4..4145652 100644 --- a/src/mkws-jquery.js +++ b/src/mkws-jquery.js @@ -11,7 +11,7 @@ */ function _mkws_jquery_plugin($) { function debug(string) { - mkws.log("jquery.pazpar2: " + string); + mkws.log("jQuery.pazpar2: " + string); } function init_popup(obj) { @@ -144,5 +144,6 @@ function _mkws_jquery_plugin($) { }; -// enable before page load, so we could call it before mkws() runs -_mkws_jquery_plugin(jQuery); +// XXX: enable before page load, so we could call it before mkws() runs +_mkws_jquery_plugin(mkws.$); +