knguyen 2004/12/09 15:47:03 CET
Modified files: (Branch: JAHIA-4-0-BRANCH)
src/views/jsp/jahia/htmleditors/activex activex_htmleditor.jsp
Log:
- remove unused code
Revision Changes Path
1.20.2.4 +0 -1
jahia/src/views/jsp/jahia/htmleditors/activex/activex_htmleditor.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/src/views/jsp/jahia/htmleditors/activex/activex_htmleditor.jsp.diff?r1=1.20.2.3&r2=1.20.2.4&f=h
Index: activex_htmleditor.jsp
===================================================================
RCS file:
/home/cvs/repository/jahia/src/views/jsp/jahia/htmleditors/activex/Attic/activex_htmleditor.jsp,v
retrieving revision 1.20.2.3
retrieving revision 1.20.2.4
diff -u -r1.20.2.3 -r1.20.2.4
--- activex_htmleditor.jsp 30 Nov 2004 12:37:23 -0000 1.20.2.3
+++ activex_htmleditor.jsp 9 Dec 2004 14:47:03 -0000 1.20.2.4
@@ -227,7 +227,6 @@
var val = "<%=theOldField%>";
val = val.replace(/\\r/g,'\r');
val = val.replace(/\\n/g,'\n');
- val = val.replace(/\\t,' ');
theOldValue = val;
if (screen.height < 769) {
document.body.style.overflowX = "hidden";