diff --git a/public/index.html b/public/index.html index 4a563d7..6dfba9f 100644 --- a/public/index.html +++ b/public/index.html @@ -548,8 +548,13 @@ - @@ -1220,6 +1225,12 @@ }); }, + async reloadNodePage() { + + // reload current node page without adding to history + this.onNodePageUrlClick(this.nodePagePath, false); + + }, async loadPreviousNodePage() { // get the previous path from history, or do nothing