diff --git a/src/plugins/notebook/components/NotebookEmbed.vue b/src/plugins/notebook/components/NotebookEmbed.vue index d291cc5374..f06f027641 100644 --- a/src/plugins/notebook/components/NotebookEmbed.vue +++ b/src/plugins/notebook/components/NotebookEmbed.vue @@ -143,9 +143,7 @@ export default { this.openmct.notifications.alert(message); } - const link = `${location.host}${location.pathname}${hash}`; - const url = new URL(link); - window.location.href = url.hash; + window.location.hash = hash; }, formatTime(unixTime, timeFormat) { return Moment.utc(unixTime).format(timeFormat);