Author: jleroux
Date: Thu Nov 18 11:44:13 2010
New Revision: 1036420
URL:
http://svn.apache.org/viewvc?rev=1036420&view=revLog:
DestroyEditor is actually useless
Modified:
ofbiz/branches/jquery/applications/content/webapp/content/website/WebSiteCMSNav.ftl
Modified: ofbiz/branches/jquery/applications/content/webapp/content/website/WebSiteCMSNav.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/branches/jquery/applications/content/webapp/content/website/WebSiteCMSNav.ftl?rev=1036420&r1=1036419&r2=1036420&view=diff==============================================================================
--- ofbiz/branches/jquery/applications/content/webapp/content/website/WebSiteCMSNav.ftl (original)
+++ ofbiz/branches/jquery/applications/content/webapp/content/website/WebSiteCMSNav.ftl Thu Nov 18 11:44:13 2010
@@ -366,12 +366,6 @@ var rawdata_errors = [
}
jQuery('#cmseditor').elrte(opts);
}
-
-<#-------------------------------------------------------------------------------------destroyEditor function-->
- function destroyEditor() {
- // TODO
- }
-
<#-------------------------------------------------------------------------------------callMetaInfo function-->
function callMetaInfo(contentId) {
var ctx = {"contentId" : contentId, "webSiteId" : webSiteId};