diff options
Diffstat (limited to 'src/app.html')
| -rw-r--r-- | src/app.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/app.html b/src/app.html index 85f89c52..fb48fb03 100644 --- a/src/app.html +++ b/src/app.html @@ -107,7 +107,7 @@ </script> <script> - var global = global || window; + var global = window; aoButa = ''; @@ -171,7 +171,7 @@ break; - case 6: + case 7: default: aoButa = 'mai_2'; @@ -246,6 +246,7 @@ <img id="mai" + alt="AoButa easter egg character" onclick="aoButa === 'mai_2' ? alert('You\'re having lewd thoughts, aren\'t you?') : undefined" /> |