projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25fc05e
)
need to use mkws.$, not jQuery, part of mkws-226
author
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 2 Jul 2014 13:00:33 +0000
(13:00 +0000)
committer
Wolfram 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
patch
|
blob
|
history
diff --git
a/src/mkws-jquery.js
b/src/mkws-jquery.js
index
73bd406
..
4145652
100644
(file)
--- 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.$);
+