summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/public/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/public/index.html b/templates/public/index.html
index abf16af..6fc9043 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -240,6 +240,9 @@ $(document).ready(function() {
setTimeout(function() {
$('#konami').fadeIn(500);
}, 500);
+ $('#konami').click(function() {
+ $('#konami').fadeOut(500);
+ });
};
konami.iphone.code = konami.code;
konami.load();