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/01/05 14:55:46 UTC

svn commit: r1555507 - /ofbiz/trunk/framework/images/webapp/images/miscAjaxFunctions.js

Author: jleroux
Date: Sun Jan  5 13:55:45 2014
New Revision: 1555507

URL: http://svn.apache.org/r1555507
Log:
Damn, this was unintended

Modified:
    ofbiz/trunk/framework/images/webapp/images/miscAjaxFunctions.js

Modified: ofbiz/trunk/framework/images/webapp/images/miscAjaxFunctions.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/miscAjaxFunctions.js?rev=1555507&r1=1555506&r2=1555507&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/miscAjaxFunctions.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/miscAjaxFunctions.js Sun Jan  5 13:55:45 2014
@@ -133,7 +133,6 @@ function getServiceResult(){
             data = result;
         }
     });
-    alert(data);
     return data;
 }