diff --git a/module/screen/js/view.js b/module/screen/js/view.js index d952e62a75..0b1545de31 100644 --- a/module/screen/js/view.js +++ b/module/screen/js/view.js @@ -27,3 +27,4 @@ self["MonacoEnvironment"] = (function(paths) { location.hash = '#/chart/preview/' + screen.id; window.chartData = screen.chartData; +window.location.replace(window.location.href.toString().replace(window.location.hash, '')+'#/chart/preview/' + screen.id)