Module: check_mk
Branch: master
Commit: 49fff6f6ae916302ffe19ff54ad2a195ecbba2db
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=49fff6f6ae9163…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Wed Aug 31 16:45:36 2011 +0200
Removed old code
---
web/htdocs/js/dashboard.js | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/web/htdocs/js/dashboard.js b/web/htdocs/js/dashboard.js
index 7d461fd..6b4e79f 100644
--- a/web/htdocs/js/dashboard.js
+++ b/web/htdocs/js/dashboard.js
@@ -108,13 +108,6 @@ function dashboard_scheduler(force) {
get_url(url, updateContents, "dashlet_inner_" + nr);
}
}
- // Detect page changes and re-register the mousemove event handler
- // in the content frame. another bad hack ... narf
- // LARS: Braucht man das Zeug hier auch?
- // if (contentFrameAccessible() && contentLocation !=
parent.frames[1].document.location) {
- // registerEdgeListeners(parent.frames[1]);
- // contentLocation = parent.frames[1].document.location;
- // }
setTimeout(function() { dashboard_scheduler(0); }, 1000);
}