mirror of
https://github.com/flynx/Slang.git
synced 2025-10-29 18:50: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
|
CACHE MANIFEST
|
||||||
# Timestamp: 20170423155617
|
# Timestamp: 20170423155929
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
simplesnake.html
|
simplesnake.html
|
||||||
|
|||||||
@ -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>
|
||||||
|
|
||||||
|
|||||||
@ -62,6 +62,7 @@
|
|||||||
var VERSION = '2.0'
|
var VERSION = '2.0'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*********************************************************************/
|
/*********************************************************************/
|
||||||
|
|
||||||
function makeEvent(handler_attr){
|
function makeEvent(handler_attr){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user