mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
use cache when loading previous page, and don't use cache when clicking a link
This commit is contained in:
parent
22654b129c
commit
2e5d53668d
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = [];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue