Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
4650 Widoki

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 ?

Awatar
Odrzuć
Najlepsza odpowiedź

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 :).

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
wrz 20
2820
0
mar 19
4446
0
paź 16
2928
0
maj 16
3330
0
kwi 24
3258