mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 23:34:26 +00:00
Format and fix typo
This commit is contained in:
parent
c958d0c398
commit
a40c468a7e
1
Makefile
1
Makefile
@ -6,6 +6,7 @@ resource.go: bindata/hterm.js bindata/index.html bindata/gotty.js
|
|||||||
|
|
||||||
bindata:
|
bindata:
|
||||||
mkdir bindata
|
mkdir bindata
|
||||||
|
|
||||||
bindata/hterm.js: bindata libapps/hterm/js/*.js
|
bindata/hterm.js: bindata libapps/hterm/js/*.js
|
||||||
cd libapps && \
|
cd libapps && \
|
||||||
LIBDOT_SEARCH_PATH=`pwd` ./libdot/bin/concat.sh -i ./hterm/concat/hterm_all.concat -o ../bindata/hterm.js
|
LIBDOT_SEARCH_PATH=`pwd` ./libdot/bin/concat.sh -i ./hterm/concat/hterm_all.concat -o ../bindata/hterm.js
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
|
|
||||||
var term;
|
var term;
|
||||||
|
|
||||||
|
|
||||||
ws.onopen = function(event) {
|
ws.onopen = function(event) {
|
||||||
hterm.defaultStorage = new lib.Storage.Local()
|
hterm.defaultStorage = new lib.Storage.Local()
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>GoTTy</title>
|
<title>GoTTY</title>
|
||||||
<style>body {height: 100%; width: 100%; margin: 0px;}</style>
|
<style>body {height: 100%; width: 100%; margin: 0px;}</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
Reference in New Issue
Block a user