From 4766189949a86c8c2634a0e119968435c67eed2d Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Wed, 2 Jul 2014 13:00:33 +0000 Subject: [PATCH] need to use mkws.$, not jQuery, part of mkws-226 this will fix the issue with the $.pazpar2() extention --- src/mkws-jquery.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/mkws-jquery.js b/src/mkws-jquery.js index 73bd406..4145652 100644 --- a/src/mkws-jquery.js +++ b/src/mkws-jquery.js @@ -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.$); + -- 1.7.10.4