Fix hooking
This commit is contained in:
parent
c4177abaaf
commit
01c427eea2
@ -214,6 +214,9 @@ function setAllGraphVisibility(visible) {
|
||||
historyPlot.setupGrid();
|
||||
|
||||
historyPlot.draw();
|
||||
|
||||
// Update our localStorage
|
||||
saveGraphControls(Object.keys(displayedGraphData));
|
||||
}
|
||||
|
||||
function toggleControlsDrawer() {
|
||||
@ -467,6 +470,6 @@ $(document).ready(function() {
|
||||
historyPlot.draw();
|
||||
|
||||
// Update our localStorage
|
||||
saveGraphControls();
|
||||
saveGraphControls(Object.keys(displayedGraphData));
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user