Fix hooking

This commit is contained in:
Cryptkeeper 2016-02-01 05:21:46 -06:00
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));
});
});