You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2019/03/09 06:51:09 UTC

svn commit: r1855092 - in /ofbiz/ofbiz-plugins/branches/release18.12: ./ ecommerce/template/customer/NewCustomer.ftl

Author: adityasharma
Date: Sat Mar  9 06:51:09 2019
New Revision: 1855092

URL: http://svn.apache.org/viewvc?rev=1855092&view=rev
Log:
Applied fix from trunk for revision: 1855084 
===

Improved: Replace document.write() occurrences with some legitimate code
(OFBIZ-10759)
Removed document.write.lastFocusedName as code works without it

Modified:
    ofbiz/ofbiz-plugins/branches/release18.12/   (props changed)
    ofbiz/ofbiz-plugins/branches/release18.12/ecommerce/template/customer/NewCustomer.ftl

Propchange: ofbiz/ofbiz-plugins/branches/release18.12/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Mar  9 06:51:09 2019
@@ -10,4 +10,4 @@
 /ofbiz/branches/json-integration-refactoring/plugins:1634077-1635900
 /ofbiz/branches/multitenant20100310/plugins:921280-927264
 /ofbiz/branches/release13.07/plugins:1547657
-/ofbiz/ofbiz-plugins/trunk:1851002,1851009,1851068,1851135,1851139-1851140,1851185,1851316,1851885,1852988,1853904,1854684,1855082
+/ofbiz/ofbiz-plugins/trunk:1851002,1851009,1851068,1851135,1851139-1851140,1851185,1851316,1851885,1852988,1853904,1854684,1855082,1855084

Modified: ofbiz/ofbiz-plugins/branches/release18.12/ecommerce/template/customer/NewCustomer.ftl
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/branches/release18.12/ecommerce/template/customer/NewCustomer.ftl?rev=1855092&r1=1855091&r2=1855092&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/branches/release18.12/ecommerce/template/customer/NewCustomer.ftl (original)
+++ ofbiz/ofbiz-plugins/branches/release18.12/ecommerce/template/customer/NewCustomer.ftl Sat Mar  9 06:51:09 2019
@@ -23,7 +23,6 @@ under the License.
   lastFocusedName = null;
   function setLastFocused(formElement) {
     lastFocusedName = formElement.name;
-    document.write.lastFocusedName;
   }
   function clickUsername() {
     if (document.getElementById('UNUSEEMAIL').checked) {