Skip to content

Commit

Permalink
MINOR Removed window.onresize() call in tiny_mce_improvements.js, now…
Browse files Browse the repository at this point in the history
… handled by jQuery.layout
  • Loading branch information
chillu committed Mar 22, 2011
1 parent 4b9ab5c commit 76d32cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions javascript/tiny_mce_improvements.js
Expand Up @@ -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() {
Expand Down

0 comments on commit 76d32cb

Please sign in to comment.