Module: check_mk
Branch: master
Commit: 0cd6466c9d9218b3dc0be048a85bf890b767919a
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=0cd6466c9d9218…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Mon Dec 1 18:09:14 2014 +0100
#1578 FIX Folding states of containers with umlauts in titles are now persisted
When a foldable container has umlauts in the title, for example when a view
topic has umlauts in it, the folding state was not persisted across page reloads.
---
.werks/1578 | 10 ++++++++++
ChangeLog | 1 +
web/htdocs/config.py | 2 ++
web/htdocs/js/bi.js | 4 ++--
web/htdocs/js/checkmk.js | 7 ++++---
web/htdocs/js/sidebar.js | 27 ++++++++++++++-------------
web/htdocs/js/wato.js | 25 +++++++++++++------------
web/htdocs/lib.py | 11 ++++++++++-
web/htdocs/weblib.py | 3 ++-
9 files changed, 58 insertions(+), 32 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=0cd6466c9d…