Fix window resize
This commit is contained in:
parent
5966eb24b1
commit
fc0dfdc088
|
@ -1045,9 +1045,6 @@ define([
|
||||||
|
|
||||||
Common.NotificationCenter.trigger('document:ready', 'main');
|
Common.NotificationCenter.trigger('document:ready', 'main');
|
||||||
me.applyLicense();
|
me.applyLicense();
|
||||||
|
|
||||||
$(window).off('resize');
|
|
||||||
$(window).on('resize', Common.Utils.checkSize);
|
|
||||||
}
|
}
|
||||||
}, 50);
|
}, 50);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue