minor tweaking and cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-04-23 15:59:56 +03:00
parent 53766f8466
commit 497f801232
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
CACHE MANIFEST CACHE MANIFEST
# Timestamp: 20170423155617 # Timestamp: 20170423155929
CACHE: CACHE:
simplesnake.html simplesnake.html

View File

@ -12,7 +12,7 @@
</head> </head>
<body onload="setup()" onclick="clearHints()" class="hints"> <body onload="setup()" onclick="clearHints()" class="hints">
<div class="title"> <h1>SimpleSnake<sup class="version">X</sup></h1> </div> <div class="title"> <h1>SimpleSnake<sup class="version"></sup></h1> </div>
<div class="simplesnake"> </div> <div class="simplesnake"> </div>

View File

@ -62,6 +62,7 @@
var VERSION = '2.0' var VERSION = '2.0'
/*********************************************************************/ /*********************************************************************/
function makeEvent(handler_attr){ function makeEvent(handler_attr){