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 ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
|
3033 | ||
|
0
3월 19
|
4740 | ||
|
0
10월 16
|
3138 | ||
|
0
5월 16
|
3538 | ||
|
0
4월 24
|
3456 |