Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
This commit is contained in:
commit
c77505392a
|
@ -5127,8 +5127,10 @@ KEditor.prototype = {
|
|||
};
|
||||
K(window).bind('resize', self._fullscreenResizeHandler);
|
||||
toolbar.select('fullscreen');
|
||||
statusbar.first().css('visibility', 'hidden');
|
||||
statusbar.last().css('visibility', 'hidden');
|
||||
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 {
|
||||
statusbar.first().css('visibility', 'hidden');
|
||||
if(statusbar.first() ){
|
||||
statusbar.first().css('visibility', 'hidden');
|
||||
}
|
||||
}
|
||||
if (self.resizeType === 2) {
|
||||
_drag({
|
||||
|
|
Loading…
Reference in New Issue