You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2018/07/22 10:07:13 UTC

svn commit: r1836432 - /ofbiz/ofbiz-framework/trunk/applications/content/template/cms/AddSubSite.ftl

Author: deepak
Date: Sun Jul 22 10:07:13 2018
New Revision: 1836432

URL: http://svn.apache.org/viewvc?rev=1836432&view=rev
Log:
Removed: Found unused code while review. 

Modified:
    ofbiz/ofbiz-framework/trunk/applications/content/template/cms/AddSubSite.ftl

Modified: ofbiz/ofbiz-framework/trunk/applications/content/template/cms/AddSubSite.ftl
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/content/template/cms/AddSubSite.ftl?rev=1836432&r1=1836431&r2=1836432&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/content/template/cms/AddSubSite.ftl (original)
+++ ofbiz/ofbiz-framework/trunk/applications/content/template/cms/AddSubSite.ftl Sun Jul 22 10:07:13 2018
@@ -16,15 +16,6 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-<script language="javascript1.2" type="text/javascript">
-function submit_add() {
-    window.close();
-    document.addSubSite.submit();
-}
-function win_cancel() {
-    window.close();
-}
-</script>
 
 <form class="basic-form" name="addSubSite" method="post" action="<@o...@ofbizUrl>">
 <table>