Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
manur committed Jan 11, 2012
1 parent 2511ab1 commit bb83656
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions lesson.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,8 @@
.jqconsole-composition {
background-color: red;
}
a:link, a:active {
color: #DDD;
}
a:hover {
color: #FFF
}
</style>


<script>
$(function() {
// Creating the console.
Expand Down Expand Up @@ -204,23 +197,11 @@
y = target_y;
}

$('a#showmap').click(function() {
$('.p640x300').toggle(1);
});

$('a#showcheatsheet').click(function() {
$('#cheatsheet').toggle(1);
});

</script>
<canvas width="640" height="300"></canvas>
</div>
<div id="console"></div>
<div style='display:none'><img src="map.png" id="map.png"/></div>
<div style="margin: 0 auto; width: 200px; padding: 20px">
<a href="#" id="showmap">Map</a>
<a href="#" id="showcheatsheet" style="display:none">Cheatsheet</a>
</div>
</div>

</body>
Expand Down

0 comments on commit bb83656

Please sign in to comment.