You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by zh...@apache.org on 2015/12/18 09:19:03 UTC

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

Author: zhangwei
Date: Fri Dec 18 08:19:03 2015
New Revision: 1720728

URL: http://svn.apache.org/viewvc?rev=1720728&view=rev
Log:
OFBIZ-6775 Duplicated to display jGrowl error message when open a popup dialog

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=1720728&r1=1720727&r2=1720728&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/selectall.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/selectall.js Fri Dec 18 08:19:03 2015
@@ -766,6 +766,8 @@ function showjGrowl() {
             },
             speed:1000
         });
+		
+		contentMessages.remove();
     }
 }