git-svn-id: http://xe-core.googlecode.com/svn/trunk@514 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-16 12:28:36 +00:00
parent 512072bcd1
commit 84b6011db2
2 changed files with 0 additions and 2 deletions

View file

@ -2,7 +2,6 @@ var color_list = new Array('000000','993300','333300','003300','003366','000080'
function setColor(color) {
opener.editorFocus(opener.editorPrevSrl);
//opener.editorSetForeColor("#"+color);
opener.editorSetBackColor("#"+color);
opener.editorFocus(opener.editorPrevSrl);
self.close();

View file

@ -323,7 +323,6 @@ function editorChangeFontSize(obj,srl) {
function editorSetForeColor(color_code) {
editorDo("ForeColor",color_code,editorPrevSrl);
editorPrevObj.style.visibility = 'hidden';
editorFocus(editorPrevSrl);
}