Module: nagvis Branch: master Commit: 3a5a214c9391b63846dabdfd293c1f61bdcc1f33 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=3a5a214c9391b63846dabdfd293c1f61bdcc1f33
Author: Lars Michelsen <[email protected]> Date: Sat Sep 26 01:01:06 2009 +0200 Redirect after message box now redirects after 1 sec --- .../classes/frontend/GlobalFrontendMessageBox.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/frontend/nagvis-js/classes/frontend/GlobalFrontendMessageBox.php b/share/frontend/nagvis-js/classes/frontend/GlobalFrontendMessageBox.php index f34f40a..0c40e49 100644 --- a/share/frontend/nagvis-js/classes/frontend/GlobalFrontendMessageBox.php +++ b/share/frontend/nagvis-js/classes/frontend/GlobalFrontendMessageBox.php @@ -147,7 +147,7 @@ class GlobalFrontendMessageBox { if($this->sRedirect == '') { $this->page .= '<meta http-equiv="refresh" content="60">'; } else { - $this->page .= '<meta http-equiv="refresh" content="2; URL='.$this->sRedirect.'">'; + $this->page .= '<meta http-equiv="refresh" content="1; URL='.$this->sRedirect.'">'; } } ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
