Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
4737 Prikazi

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
Opusti
Best Answer

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
Opusti
Related Posts Odgovori Prikazi Aktivnost
1
sep. 20
2901
0
mar. 19
4580
0
okt. 16
3019
0
maj 16
3424
0
apr. 24
3330