Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
4646 Vizualizări

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 ?

Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
sept. 20
2817
0
mar. 19
4443
0
oct. 16
2925
0
mai 16
3328
0
apr. 24
3255