Module: check_mk
Branch: master
Commit: 4019da6559dc4ebc895efc9a70c8d4a8b5ab6ece
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=4019da6559dc4e…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Wed Sep 7 11:48:13 2016 +0200
Removed old python code compatibility code mess
---
web/htdocs/js/checkmk.js | 5 -----
1 file changed, 5 deletions(-)
diff --git a/web/htdocs/js/checkmk.js b/web/htdocs/js/checkmk.js
index 4690d0b..164638c 100644
--- a/web/htdocs/js/checkmk.js
+++ b/web/htdocs/js/checkmk.js
@@ -34,11 +34,6 @@
//# | Generic library functions used anywhere in Check_MK |
//# '--------------------------------------------------------------------'
-// Make JS understand Python source code
-// FIXME TODO remove this crap
-var True = true;
-var False = false;
-
// The nextSibling attribute points also to "text nodes" which might
// be created by spaces or even newlines in the HTML code and not to
// the next painted dom object.