Fixed bug#3596070 - localStorage broken in server status monitor

This commit is contained in:
Rouslan Placella 2012-12-17 19:46:57 +00:00
parent f352700435
commit c1ca41d94c
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@ phpMyAdmin - ChangeLog
3.5.6.0 (not yet released)
- bug #3593604 [status] Erroneous advisor rule
- bug #3596070 [status] localStorage broken in server status monitor
3.5.5.0 (not yet released)
- bug #3563824 [export] Support Apache's mod_deflate

View File

@ -2005,6 +2005,8 @@ $(function() {
gridCopy[key].nodes = elem.nodes;
gridCopy[key].settings = elem.settings;
gridCopy[key].title = elem.title;
gridCopy[key].series = elem.series;
gridCopy[key].maxYLabel = elem.maxYLabel;
});
if (window.localStorage) {