location reload

This commit is contained in:
peter
2019-08-26 01:35:22 +02:00
parent 3daf3233a1
commit 87478689c8
2 changed files with 7 additions and 1 deletions
+2 -1
View File
@@ -104,5 +104,6 @@ window['setup'] = async() => {
fb.UpdateManager.startPlugin("PaymentManager"),
fb.UpdateManager.startPlugin("Wallet"),
])
console.log(s)
if(s.reduce((p,c) => p && c), true)
location.reload();
}