Ticket #7614: 7614.patch
| File 7614.patch, 509 bytes (added by doughays, 4 months ago) |
|---|
-
_editor/RichText.js
406 406 this.onLoad(); 407 407 this.savedContent = this.getValue(true); 408 408 }); 409 if(dojo.isIE && dojo.isIE < 7){ // IE 6is a steaming pile...409 if(dojo.isIE && dojo.isIE <= 7){ // IE 6/7 is a steaming pile... 410 410 var t = setInterval(function(){ 411 411 if(ifr.contentWindow.isLoaded){ 412 412 clearInterval(t);