mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
make function async
This commit is contained in:
parent
9229b8987b
commit
f07a4143bd
1 changed files with 1 additions and 1 deletions
|
|
@ -421,7 +421,7 @@ export default {
|
|||
return null;
|
||||
|
||||
},
|
||||
onNodePageUrlClick: function(url, addToHistory = true, useCache = true) {
|
||||
async onNodePageUrlClick(url, addToHistory = true, useCache = true) {
|
||||
|
||||
// open http urls in new tab
|
||||
if(url.startsWith("http://") || url.startsWith("https://")){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue