[IMP] Changed throbber

bzr revid: nicolas.vanhoren@openerp.com-20120724132414-27ylo4ls48agwnel
This commit is contained in:
niv-openerp 2012-07-24 15:24:14 +02:00
parent 4753bf8d74
commit d6ef80f21e
2 changed files with 2 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 404 B

View File

@ -551,6 +551,8 @@ $.async_when = function() {
if ($.blockUI) {
$.blockUI.defaults.baseZ = 1100;
$.blockUI.defaults.message = '<img src="/web/static/src/img/throbber2.gif">';
$.blockUI.defaults.css.border = '0';
$.blockUI.defaults.css["background-color"] = '';
}
/** Setup default session */