svn commit: r1083775 - /ofbiz/trunk/framework/images/webapp/images/selectall.js

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

svn commit: r1083775 - /ofbiz/trunk/framework/images/webapp/images/selectall.js

sascharodekamp
Author: sascharodekamp
Date: Mon Mar 21 13:29:30 2011
New Revision: 1083775

URL: http://svn.apache.org/viewvc?rev=1083775&view=rev
Log:
Bug - Remove Debug alert calls. They are not needed.

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

Modified: ofbiz/trunk/framework/images/webapp/images/selectall.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/selectall.js?rev=1083775&r1=1083774&r2=1083775&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/selectall.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/selectall.js Mon Mar 21 13:29:30 2011
@@ -656,9 +656,7 @@ function ajaxInPlaceEditDisplayField(ele
 
     jElement.editable(function(value, settings){
         // removes all line breaks from the value param, because the parseJSON Function can't work with line breaks
-        alert(value);
      value = value.replace(/\n/g, " ");
-     alert(value);
 
         var resultField = jQuery.parseJSON('{"' + settings.name + '":"' + value + '"}');
         // merge both parameter objects together