Skip to content

Commit

Permalink
#2 fixed notebook url for the view notebook source toolbar link
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomFractals committed May 9, 2020
1 parent 594a2ac commit 5fd2739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/notebook.view.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
title.innerText = event.data.fileName;
notebookFileName = event.data.fileName;
notebookAuthor = event.data.author;
notebookUrl = event.data.url;
notebookUrl = event.data.uri;
view(notebookUrl);
break;
}
Expand Down

0 comments on commit 5fd2739

Please sign in to comment.