コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
4743 ビュー

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 ?

アバター
破棄
最善の回答

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

アバター
破棄
関連投稿 返信 ビュー 活動
1
9月 20
2908
0
3月 19
4594
0
10月 16
3031
0
5月 16
3436
0
4月 24
3345