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 2014/08/18 12:18:37 UTC

svn commit: r1618573 - in /ofbiz/branches/release11.04: ./ applications/party/webapp/partymgr/js/PartyProfileContent.js

Author: jleroux
Date: Mon Aug 18 10:18:37 2014
New Revision: 1618573

URL: http://svn.apache.org/r1618573
Log:
"Applied fix from trunk for revision: 1618570" 
------------------------------------------------------------------------
r1618570 | jleroux | 2014-08-18 12:17:45 +0200 (lun. 18 août 2014) | 1 ligne

[Rhino] Trailing comma is not legal in an ECMA-262 object initializer
------------------------------------------------------------------------


Modified:
    ofbiz/branches/release11.04/   (props changed)
    ofbiz/branches/release11.04/applications/party/webapp/partymgr/js/PartyProfileContent.js

Propchange: ofbiz/branches/release11.04/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1618570

Modified: ofbiz/branches/release11.04/applications/party/webapp/partymgr/js/PartyProfileContent.js
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/applications/party/webapp/partymgr/js/PartyProfileContent.js?rev=1618573&r1=1618572&r2=1618573&view=diff
==============================================================================
--- ofbiz/branches/release11.04/applications/party/webapp/partymgr/js/PartyProfileContent.js (original)
+++ ofbiz/branches/release11.04/applications/party/webapp/partymgr/js/PartyProfileContent.js Mon Aug 18 10:18:37 2014
@@ -24,7 +24,7 @@ var uiLabelJsonObject = null;
 jQuery(document).ready(function() {
 
     var labelObject = {
-            "CommonUiLabels" : ["CommonUpload", "CommonSave", "CommonCompleted"],
+            "CommonUiLabels" : ["CommonUpload", "CommonSave", "CommonCompleted"]
           };
 
     uiLabelJsonObjects = getJSONuiLabels(labelObject);