mirror of
https://github.com/flynx/Slang.git
synced 2025-10-29 02:30:08 +00:00
minor tweaking and cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
53766f8466
commit
497f801232
@ -1,5 +1,5 @@
|
||||
CACHE MANIFEST
|
||||
# Timestamp: 20170423155617
|
||||
# Timestamp: 20170423155929
|
||||
|
||||
CACHE:
|
||||
simplesnake.html
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
</head>
|
||||
<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>
|
||||
|
||||
|
||||
@ -62,6 +62,7 @@
|
||||
var VERSION = '2.0'
|
||||
|
||||
|
||||
|
||||
/*********************************************************************/
|
||||
|
||||
function makeEvent(handler_attr){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user