diff options
Diffstat (limited to 'pages/scores.php')
-rw-r--r-- | pages/scores.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/pages/scores.php b/pages/scores.php index 8797c36..37ef45c 100644 --- a/pages/scores.php +++ b/pages/scores.php @@ -261,17 +261,6 @@ function removeMapFromNav(mapID) { $("#thumb_"+mapID).hide('fast', function(){ $("#thumb_"+mapID).remove(); });
}
-var Tile = {"Wall" : "w",
-"Empty" : "o",
-"Start" : "o",
-"Finish" : "o",
-"Checkpoint" : "o",
-"TileRock" : "o",
-"TeleportIn" : "o",
-"TeleportOut" : "o",
-"Unbuildable" : "o",
-"SinglePath" : "o"};
-
</script>
<body>
|