mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Removed window.onresize() call in tiny_mce_improvements.js, now handled by jQuery.layout
This commit is contained in:
parent
4b9ab5c8aa
commit
76d32cb125
2
javascript/tiny_mce_improvements.js
vendored
2
javascript/tiny_mce_improvements.js
vendored
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user