use cache when loading previous page, and don't use cache when clicking a link

This commit is contained in:
liamcottle 2024-12-12 23:41:17 +13:00
commit 2e5d53668d

View file

@ -400,7 +400,7 @@ export default {
}
// load the page
this.onNodePageUrlClick(previousNodePagePath, null, null, false);
this.onNodePageUrlClick(previousNodePagePath, null, null, true);
},
parseNomadnetworkUrl: function(url) {
@ -451,7 +451,7 @@ export default {
return null;
},
async onNodePageUrlClick(url, options = null, addToHistory = true, useCache = true) {
async onNodePageUrlClick(url, options = null, addToHistory = true, useCache = false) {
let fieldData = [];