Skip to content

Commit ec8010d

Browse files
committed
Merge branch 'beta'
2 parents 0de5005 + 93ac11d commit ec8010d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@
198198

199199
// Ensure that login is always a hash
200200
if (!login) { login = {} }
201-
console.log("login", login);
201+
202+
//console.log("login", login);
202203

203204
// Clear expired login credentials
204205
if (login.expires <= new Date().getTime()) {
@@ -1089,6 +1090,7 @@ <h1 class="h3">An error occured</h1>
10891090
<h1 class="h3">kepstin’s MagicISRC</h1>
10901091
<p>The MagicISRC tool requires that Javascript is enabled. It runs completely in your web browser. For information about privacy and what data is stored and sent, please read the <a href="privacy.html">Privacy Policy</a>.</p>
10911092
<p>It's also possible that I’ve made a mistake in the code, or the page isn’t compatible with your web browser. If you’re sure Javascript is enabled and you still see this page, please file an issue on <a href="https://github.com/kepstin/magicisrc">Github</a>.</p>
1093+
<p>If you use uBlock Origin to block Javascript, please ensure you clear your browser cache or reload the page while holding Shift after enabling Javascript to work around a caching issue.</p>
10921094
</div>
10931095
<footer class="text-secondary my-3">
10941096
<div class="container">

0 commit comments

Comments
 (0)