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

Author: Lars Michelsen <[email protected]>
Date:   Mon Jan  3 00:22:16 2011 +0100

Fixed js problems in IE

---

 share/frontend/nagvis-js/js/NagVisObject.js        |    2 +-
 .../frontend/nagvis-js/js/NagVisStatefulObject.js  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/frontend/nagvis-js/js/NagVisObject.js 
b/share/frontend/nagvis-js/js/NagVisObject.js
index 92949b2..7010483 100644
--- a/share/frontend/nagvis-js/js/NagVisObject.js
+++ b/share/frontend/nagvis-js/js/NagVisObject.js
@@ -380,5 +380,5 @@ var NagVisObject = Base.extend({
                        }
                }
                return false;
-       },
+       }
 });
diff --git a/share/frontend/nagvis-js/js/NagVisStatefulObject.js 
b/share/frontend/nagvis-js/js/NagVisStatefulObject.js
index e4157a8..e11449f 100644
--- a/share/frontend/nagvis-js/js/NagVisStatefulObject.js
+++ b/share/frontend/nagvis-js/js/NagVisStatefulObject.js
@@ -98,7 +98,7 @@ var NagVisStatefulObject = NagVisObject.extend({
                        'summary_in_downtime': this.conf.summary_in_downtime,
                        'summary_problem_has_been_acknowledged': 
this.conf.summary_problem_has_been_acknowledged,
                        'output': this.conf.output,
-                       'perfdata': this.conf.perfdata,
+                       'perfdata': this.conf.perfdata
                };
        },
        


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to