Skip to content
Snippets Groups Projects
Commit 1fdb7de0 authored by Yan, Andrew N.'s avatar Yan, Andrew N.
Browse files

update function name

parent adf2c180
No related branches found
No related tags found
No related merge requests found
......@@ -287,7 +287,7 @@ const attachToNode = function (node, {siteno} = {}) {
}));
window.onresize = function() {
store.dispatch(Actions.resizeTimeseriesPlot(window.innerWidth, node.offsetWidth));
store.dispatch(Actions.resizeUI(window.innerWidth, node.offsetWidth));
};
store.dispatch(Actions.retrieveTimeseries(siteno));
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment