svn commit: r1706553 - /ofbiz/trunk/applications/party/webapp/partymgr/static/PartyProfileContent.js

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

svn commit: r1706553 - /ofbiz/trunk/applications/party/webapp/partymgr/static/PartyProfileContent.js

Arun Patidar-4
Author: arunpatidar
Date: Sat Oct  3 11:50:09 2015
New Revision: 1706553

URL: http://svn.apache.org/viewvc?rev=1706553&view=rev
Log:
[OFBIZ-4651] Handled error in js code to fix timeout issue.

Modified:
    ofbiz/trunk/applications/party/webapp/partymgr/static/PartyProfileContent.js

Modified: ofbiz/trunk/applications/party/webapp/partymgr/static/PartyProfileContent.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/static/PartyProfileContent.js?rev=1706553&r1=1706552&r2=1706553&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/static/PartyProfileContent.js (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/static/PartyProfileContent.js Sat Oct  3 11:50:09 2015
@@ -114,6 +114,9 @@ function getUploadProgressStatus(event){
                             checkIframeStatus();
                         }
                      }
+                },
+                error: function() {
+                     timerId.stop();
                 }
             });
         }