
elacour at bestpractical
May 8, 2008, 12:28 AM
Post #1 of 1
(36 views)
Permalink
|
|
r12149 - in rt/branches/3.8-TESTING: html/Elements
|
|
Author: elacour Date: Thu May 8 03:28:27 2008 New Revision: 12149 Modified: rt/branches/3.8-TESTING/ (props changed) rt/branches/3.8-TESTING/html/Elements/HeaderJavascript Log: r8785[at]datura: manu | 2008-05-08 09:28:02 +0200 Added missing webpath for non-root installations. Modified: rt/branches/3.8-TESTING/html/Elements/HeaderJavascript ============================================================================== --- rt/branches/3.8-TESTING/html/Elements/HeaderJavascript (original) +++ rt/branches/3.8-TESTING/html/Elements/HeaderJavascript Thu May 8 03:28:27 2008 @@ -93,7 +93,7 @@ textArea.parentNode.appendChild(typeField); var oFCKeditor = new FCKeditor( textArea.name ) ; - oFCKeditor.BasePath = "/NoAuth/RichText/"; + oFCKeditor.BasePath = "<%RT->Config->Get('WebPath')%>/NoAuth/RichText/"; oFCKeditor.ReplaceTextarea(); } } _______________________________________________ Rt-commit mailing list Rt-commit[at]lists.bestpractical.com http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit
|