You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2010/11/18 12:44:13 UTC

svn commit: r1036420 - /ofbiz/branches/jquery/applications/content/webapp/content/website/WebSiteCMSNav.ftl

Author: jleroux
Date: Thu Nov 18 11:44:13 2010
New Revision: 1036420

URL: http://svn.apache.org/viewvc?rev=1036420&view=rev
Log:
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};