Module: nagvis Branch: master Commit: 4cb89aa617f542f63955a680422c3188336d36fd URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=4cb89aa617f542f63955a680422c3188336d36fd
Author: Lars Michelsen <[email protected]> Date: Mon Sep 13 19:18:44 2010 +0200 Fixed js parse error in IE8 --- share/frontend/nagvis-js/js/frontendEventlog.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/frontend/nagvis-js/js/frontendEventlog.js b/share/frontend/nagvis-js/js/frontendEventlog.js index 34baf63..3c3be30 100644 --- a/share/frontend/nagvis-js/js/frontendEventlog.js +++ b/share/frontend/nagvis-js/js/frontendEventlog.js @@ -30,7 +30,7 @@ var oSeverity = { 'info': 3, 'warning': 2, 'critical': 1, - 'error': 1, + 'error': 1 }; function eventlogToggle() { ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
