解决kindeditor报错问题

dev_xiangzheng
lizanle 10 years ago
parent ec316e580f
commit 7961149d2a

@ -5127,8 +5127,10 @@ KEditor.prototype = {
};
K(window).bind('resize', self._fullscreenResizeHandler);
toolbar.select('fullscreen');
if(statusbar.first() ){
statusbar.first() .css('visibility', 'hidden');
statusbar.last().css('visibility', 'hidden');
}
} else {
if (_GECKO) {
K(window).bind('scroll', function(e) {
@ -5145,7 +5147,9 @@ KEditor.prototype = {
}
});
} else {
if(statusbar.first() ){
statusbar.first().css('visibility', 'hidden');
}
}
if (self.resizeType === 2) {
_drag({

Loading…
Cancel
Save