need to use mkws.$, not jQuery, part of mkws-226
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 2 Jul 2014 13:00:33 +0000 (13:00 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 2 Jul 2014 13:00:33 +0000 (13:00 +0000)
this will fix the issue with the $.pazpar2() extention

src/mkws-jquery.js

index 73bd406..4145652 100644 (file)
@@ -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.$);
+