Module: nagvis
Branch: master
Commit: 54ab3d173ba433937eaacbba4ca207add453a73d
URL:    
http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=54ab3d173ba433937eaacbba4ca207add453a73d

Author: Lars Michelsen <[email protected]>
Date:   Mon Jun  7 19:17:56 2010 +0200

Not hiding all error messages anymore after one successful request

---

 share/frontend/nagvis-js/js/ajax.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/frontend/nagvis-js/js/ajax.js 
b/share/frontend/nagvis-js/js/ajax.js
index 073ad22..3d6d308 100644
--- a/share/frontend/nagvis-js/js/ajax.js
+++ b/share/frontend/nagvis-js/js/ajax.js
@@ -320,11 +320,11 @@ function getSyncRequest(sUrl, bCacheable, bRetryable) {
                oRequest = null;
        }
        
-       if(sResponse !== null && sResponse !== '') {
+       /*if(sResponse !== null && sResponse !== '') {
                if(typeof frontendMessageHide == 'function') { 
                        frontendMessageHide();
                }
-       }
+       }*/
        
        return sResponse;
 }


------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to