diff options
Diffstat (limited to 'templates/public')
-rw-r--r-- | templates/public/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index abf16afd..6fc90436 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(); |