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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

jleroux@apache.org
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};