Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
4724 Zobrazení

when I active the debugging mode I get the popup message:

    blockUI requires jQuery v1.2.3 or later! You are using v1.11.1

any idea what to do ?

Avatar
Zrušit
Nejlepší odpověď

Just edit jquery.blockUI.js sudo nano /addons/web/static/lib/jquery.blockUI/jquery.blockUI.js)

remove old expresion line 18 - 21

if ((/1\.(2\.([3-9]|[1-9][0-9])|[3-9]\.[0-9]*|[1-9][0-9]*\.[0-9]*)/.test($.fn.jquery)) === false ) {

alert('blockUI requires jQuery v1.2.3 or later! You are using v' + $.fn.jquery);

return;

}


Thats it :).

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
zář 20
2899
0
bře 19
4576
0
říj 16
3008
0
kvě 16
3418
0
dub 24
3327