Author: juanpablo Date: Fri Dec 30 13:58:03 2011 New Revision: 1225828 URL: http://svn.apache.org/viewvc?rev=1225828&view=rev Log: 3.0.0-svn-234
JSPWIKI-692 deleted line calling TemplateManager.addResourceRequest the requested file didn't exist anymore (cfr. with David Au's comment at https://issues.apache.org/jira/browse/JSPWIKI-61?focusedCommentId=12607443&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-12607443). Also, if needed, the script should be loaded through s:layout-component (cfr. with source of DefaultLayout.jsp). Modified: incubator/jspwiki/trunk/src/WebContent/templates/default/editors/FCK.jsp Modified: incubator/jspwiki/trunk/src/WebContent/templates/default/editors/FCK.jsp URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/WebContent/templates/default/editors/FCK.jsp?rev=1225828&r1=1225827&r2=1225828&view=diff ============================================================================== --- incubator/jspwiki/trunk/src/WebContent/templates/default/editors/FCK.jsp (original) +++ incubator/jspwiki/trunk/src/WebContent/templates/default/editors/FCK.jsp Fri Dec 30 13:58:03 2011 @@ -48,7 +48,6 @@ wikiPage.setAttribute( JSPWikiMarkupParser.PROP_CAMELCASELINKS, "false" ); String usertext = EditorManager.getEditedText(pageContext); - TemplateManager.addResourceRequest( context, "script", "scripts/fckeditor/fckeditor.js" ); %> <s:layout-render name="${templates['layout/DefaultLayout.jsp']}">
