Author:   Lars Michelsen <[email protected]>
Date:     Sun Sep  2 12:38:27 2012 +0200
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Sun Sep  2 12:38:27 2012 +0200

Removed debug code

---

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

diff --git a/TODO b/TODO
index f64eea4..c255047 100644
--- a/TODO
+++ b/TODO
@@ -16,6 +16,7 @@ Offene Punkte:
     - Automap Migration
 
 - Rotationen: Externe Seiten alternativ in iframe öffnen (z.B. Check_MK Views)
+- Hover- und Contextmenü-Macros vereinheitlichen
 
 Nice2have:
   - Option zum persistieren der Optionen für einen selbst
diff --git a/share/frontend/nagvis-js/js/frontendHover.js 
b/share/frontend/nagvis-js/js/frontendHover.js
index ce005d4..fecba2a 100644
--- a/share/frontend/nagvis-js/js/frontendHover.js
+++ b/share/frontend/nagvis-js/js/frontendHover.js
@@ -43,7 +43,6 @@ function hoverOpen() {
  * @author     Lars Michelsen <[email protected]>
  */
 function hoverHide(id) {
-    return;
     // Loop all open hover menus
     while(_openHoverMenus.length > 0) {
         _openHoverMenus[0].style.display = 'none';


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to