From d10e07b67b29f6cec10b45d57e1d27f2544aac86 Mon Sep 17 00:00:00 2001
From: d11n
+
Setup Boltcard @@ -229,11 +229,10 @@ const isAndroid = /(android)/i.test(navigator.userAgent); if (isAndroid) { document.getElementById("SetupBoltcard").setAttribute('target', '_blank'); - document.getElementById("SetupBoltcard").setAttribute('href', @Safe.Json(@Model.SetupDeepLink)); + document.getElementById("SetupBoltcard").setAttribute('href', @Safe.Json(Model.SetupDeepLink)); document.getElementById("ResetBoltcard").setAttribute('target', '_blank'); - document.getElementById("ResetBoltcard").setAttribute('href', @Safe.Json(@Model.ResetDeepLink)); + document.getElementById("ResetBoltcard").setAttribute('href', @Safe.Json(Model.ResetDeepLink)); } - document.getElementById("BoltcardActions").style.visibility = "visible"; window.qrApp = initQRShow({}); delegate('click', 'button[page-qr]', event => {