1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2026-02-10 16:01:32 +00:00

Document saving almost working

This commit is contained in:
John Crepezzi
2011-11-18 10:49:00 -05:00
parent 7cc30e4b69
commit 7756e38595
3 changed files with 63 additions and 14 deletions
+1
View File
@@ -41,6 +41,7 @@
$(function() {
var app = new heist('heist');
app.newDocument();
$('textarea').focus();
});
</script>