Index: lams_central/web/fckeditor/fckeditor.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/fckeditor/Attic/fckeditor.js,v diff -u -r1.3 -r1.4 --- lams_central/web/fckeditor/fckeditor.js 12 Dec 2005 05:18:56 -0000 1.3 +++ lams_central/web/fckeditor/fckeditor.js 5 Jan 2006 00:02:26 -0000 1.4 @@ -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('