Index: lams_central/web/fckeditor/fckeditor.js =================================================================== diff -u -r55b56043d9d88eeb96bb4f8680fe9d2b0491dc12 -r877c31055fbefba3e65d509cdee913a6e762a67d --- lams_central/web/fckeditor/fckeditor.js (.../fckeditor.js) (revision 55b56043d9d88eeb96bb4f8680fe9d2b0491dc12) +++ lams_central/web/fckeditor/fckeditor.js (.../fckeditor.js) (revision 877c31055fbefba3e65d509cdee913a6e762a67d) @@ -34,6 +34,7 @@ this.CheckBrowser = true ; this.DisplayErrors = true ; this.EnableSafari = false ; // This is a temporary property, while Safari support is under development. + this.EnableOpera = false ; // This is a temporary property, while Opera support is under development. this.Config = new Object() ; @@ -46,23 +47,23 @@ // Check for errors if ( !this.InstanceName || this.InstanceName.length == 0 ) { - this._ThrowError( 701, 'You must specify a instance name.' ) ; + this._ThrowError( 701, 'You must specify an instance name.' ) ; return ; } document.write( '
' ) ; if ( !this.CheckBrowser || this._IsCompatibleBrowser() ) { - document.write( '' ) ; + document.write( '' ) ; document.write( this._GetConfigHtml() ) ; document.write( this._GetIFrameHtml() ) ; } else { var sWidth = this.Width.toString().indexOf('%') > 0 ? this.Width : this.Width + 'px' ; var sHeight = this.Height.toString().indexOf('%') > 0 ? this.Height : this.Height + 'px' ; - document.write('