Fixed bug#3596070 - localStorage broken in server status monitor
This commit is contained in:
parent
f352700435
commit
c1ca41d94c
@ -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
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user