Index: ssts-web/src/main/webapp/js/common.js =================================================================== diff -u -r27803 -r27827 --- ssts-web/src/main/webapp/js/common.js (.../common.js) (revision 27803) +++ ssts-web/src/main/webapp/js/common.js (.../common.js) (revision 27827) @@ -1188,16 +1188,6 @@ } } -function initHtmlEditor(webRoot, contentFieldId) -{ - var sBasePath = webRoot+"/fckeditor/" ; - var oFCKeditor = new FCKeditor( contentFieldId ) ; - - oFCKeditor.Height="100%"; - oFCKeditor.BasePath = sBasePath ; - oFCKeditor.ReplaceTextarea() ; -} - function createWaiting(){ var waitingMsgStyle = "#loading_container{height:40px;width:300px;position:absolute;left:50%;top:50%;margin-top:-20px;margin-left:-150px;background-color:#ffffff;background-image:url(../images/loading_backimage.jpg);background-position:0px 32px;background-repeat:no-repeat;padding-left:3px;color:#666666;}"; var waitingMsgDiv = "正在提交表单,请稍候!";