jQuery 1.11.1 included in this module causing jQuery Once plugin to not working or unloaded. This resulted javascript error in user module, thus rendering other javascript not executed.
Proposed solution: removing jQuery 1.11.1 inclusion and add dependency to jquery_update module.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | extra_jquery-2870585-4.patch | 1.1 KB | samvel |
| #2 | 2870585-2_jquery_update_dependency.patch | 1.06 KB | giorgosk |
| error.png | 19.21 KB | hidayat365 |
Comments
Comment #2
giorgoskNothing javascript related works when this module is enabled
as the previous poster mentions the jquery library should be included with the jquery_update module
here is patch that corrects this please review
Comment #3
hidayat365 commentedGreat! Patch work perfectly. It also noticed that this patch is included in version 2.0
Cheers.
Comment #4
samvel commentedHi guys!
I see next problems in patch:
1) Not needed commented code
2) Why we have some ranaming of module?
See new patch
Comment #5
mayurjadhav commented