From 92af375af2352edb410957cdca0e86804a6a219a Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sun, 26 May 2024 14:32:10 +1200 Subject: [PATCH] add support for a reload button in nomadnet page browser --- public/index.html | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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