Skip to content

Commit

Permalink
update jQuery Terminal that should fix jumpin issue jcubic/jquery.ter…
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed May 23, 2018
1 parent dc6a29c commit e0aff81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@
</style>
<!-- this is copied from my pen https://codepen.io/jcubic/pen/Gddxpg no webpack :( -->
<link rel="stylesheet prefetch"
href="https://rawgit.com/jcubic/jquery.terminal/4a98b54f2bf94bcab14adf9e1fa84811699a1117/css/jquery.terminal-src.css"/>
href="https://rawgit.com/jcubic/jquery.terminal/a5fbc8730853db292bd1c2710285d2a0bd73eb6f/css/jquery.terminal-src.css"/>
<link rel="stylesheet prefetch" href="https://rawgit.com/jcubic/jsvi/master/vi.css"/>
<link rel="stylesheet prefetch" href="https://cdn.jsdelivr.net/npm/prismjs@1.14.0/themes/prism.css"/>
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="https://rawgit.com/jcubic/leash/master/lib/wcwidth.js"></script>
<script src="https://rawgit.com/jcubic/jquery.terminal/aa6b85e64b40fe615d220749f7ed86724c7ca98e/js/jquery.terminal.js"></script>
<script src="https://rawgit.com/jcubic/jquery.terminal/a5fbc8730853db292bd1c2710285d2a0bd73eb6f/js/jquery.terminal.js"></script>
<script src="https://rawgit.com/inexorabletash/polyfill/master/keyboard.js"></script>
<script src="https://cdn.jsdelivr.net/npm/isomorphic-git/dist/bundle.umd.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/browserfs"></script>
Expand Down
4 changes: 2 additions & 2 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -837,10 +837,10 @@ BrowserFS.configure({ fs: 'IndexedDB', options: {} }, function (err) {
} else {
clone();
}
})
});
}
}
})
});
var emitter = new EventEmitter();
var index = null;
emitter.on('message', (message) => {
Expand Down

0 comments on commit e0aff81

Please sign in to comment.