MINOR Removed window.onresize() call in tiny_mce_improvements.js, now handled by jQuery.layout

This commit is contained in:
Ingo Schommer 2011-03-03 11:57:27 +13:00
parent 4b9ab5c8aa
commit 76d32cb125

View File

@ -7,13 +7,11 @@ ToolbarForm.prototype = {
close: function(ed) {
if(this.style.display == 'block') {
this.style.display = 'none';
// window.onresize();
}
},
open: function(ed) {
if(this.style.display != 'block') {
this.style.display = 'block';
// window.onresize();
}
},
onsubmit: function() {