Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
haoqu.ma
/
gotty
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 412ffeb0
authored
Aug 08, 2017
by
Iwasaki Yudai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use in memory storage not to clear local storage
Closes #118.
1 parent
1b7f41ca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
app/resource.go
resources/gotty.js
app/resource.go
View file @
412ffeb
This diff could not be displayed because it is too large.
resources/gotty.js
View file @
412ffeb
...
...
@@ -16,8 +16,7 @@
ws
.
send
(
JSON
.
stringify
({
Arguments
:
args
,
AuthToken
:
gotty_auth_token
,}));
pingTimer
=
setInterval
(
sendPing
,
30
*
1000
,
ws
);
hterm
.
defaultStorage
=
new
lib
.
Storage
.
Local
();
hterm
.
defaultStorage
.
clear
();
hterm
.
defaultStorage
=
new
lib
.
Storage
.
Memory
();
term
=
new
hterm
.
Terminal
();
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment