Rename to haste

This commit is contained in:
John Crepezzi 2011-11-18 17:23:23 -05:00
parent fe68e42b90
commit a6bd69f20a
3 changed files with 40 additions and 43 deletions

View file

@ -2,36 +2,10 @@
<head>
<title>heist</title>
<title>haste</title>
<link rel="stylesheet" type="text/css" href="solarized_dark.css"/>
<style type="text/css">
body {
background: #002B36;
padding: 0px;
margin: 0px;
}
textarea {
background: transparent;
border: 0px;
color: #fff;
padding: 20px;
width: 100%;
height: 100%;
font-family: monospace;
outline: none;
resize: none;
font-size: 13px;
}
#box {
padding: 0px;
width: 100%;
height: 100%;
}
#box code {
padding: 20px;
}
</style>
<link rel="stylesheet" type="text/css" href="application.css"/>
<script type="text/javascript" src="jquery-1.7.min.js"></script>
<script type="text/javascript" src="highlight.min.js"></script>
@ -40,7 +14,7 @@
<script type="text/javascript">
$(function() {
// Set up
var app = new heist('heist');
var app = new haste('haste');
$('textarea').focus();
// Handle pops
window.onpopstate = function(evt) {