Fix upload not working

This commit is contained in:
2017-09-11 18:22:37 +02:00
parent 4565469216
commit 259b9f05e9
2 changed files with 7 additions and 3 deletions
+4
View File
@@ -77,6 +77,10 @@ window.termInit = function (labels, theme) {
qs('#term-nav').insertBefore(button, qs('#term-nav').firstChild)
}
window.openTermUpl = () => termUpload.open()
window.startTermUpl = () => termUpload.start()
window.closeTermUpl = () => termUpload.close()
// for debugging
window.termScreen = screen
window.conn = conn