Fix loading on IE10
This commit is contained in:
parent
c86e3e77c5
commit
4e033860cf
|
@ -642,7 +642,7 @@ define([
|
|||
$btnUsers.addClass('disabled').attr('disabled', 'disabled'); else
|
||||
$btnUsers.removeClass('disabled').attr('disabled', '');
|
||||
} else {
|
||||
function _lockButton(btn) {
|
||||
var _lockButton = function (btn) {
|
||||
if ( btn ) {
|
||||
if ( lock ) {
|
||||
btn.keepState = {
|
||||
|
@ -654,7 +654,7 @@ define([
|
|||
delete btn.keepState;
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
switch ( alias ) {
|
||||
case 'undo': _lockButton(me.btnUndo); break;
|
||||
|
|
Loading…
Reference in a new issue