This commit is contained in:
2018-10-29 18:10:20 +00:00
parent 3cd84e4f44
commit ab103f4b69
+1 -1
View File
@@ -51,7 +51,7 @@
var credential = error.credential;
console.log(errorCode)
console.log(errorMessage)
document.getElementById('infobox').innerHTML = 'ERROR: Permission Denied. Contact the S-6 to be granted permission'
document.getElementById('infobox').innerHTML = 'ERROR: Permission Denied. Contact the S-6 to be granted permission.<br>Check to make sure that <a href="https://www.asus.com/us/support/FAQ/1007483/">popups are enabled.</a>'
// ...
});
</script>