From 5e141e6b8d73e2097fb895c1f1cc76e71699a29e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 23 Nov 2019 06:44:34 -0500 Subject: move server address to configuration --- teleterm/static/teleterm_web.js | 28 ++++++++++++++-------------- teleterm/static/teleterm_web_bg.wasm | Bin 703802 -> 703802 bytes 2 files changed, 14 insertions(+), 14 deletions(-) (limited to 'teleterm/static') diff --git a/teleterm/static/teleterm_web.js b/teleterm/static/teleterm_web.js index e863f35..d5bddf8 100644 --- a/teleterm/static/teleterm_web.js +++ b/teleterm/static/teleterm_web.js @@ -914,14 +914,14 @@ function init(module) { const ret = real; return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper604 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper603 = function(arg0, arg1, arg2) { const state = { a: arg0, b: arg1, cnt: 1 }; const real = (arg0) => { state.cnt++; const a = state.a; state.a = 0; try { - return __wbg_elem_binding4(a, state.b, arg0); + return __wbg_elem_binding5(a, state.b, arg0); } finally { if (--state.cnt === 0) wasm.__wbg_function_table.get(32)(a, state.b); else state.a = a; @@ -932,14 +932,14 @@ function init(module) { const ret = real; return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper605 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper794 = function(arg0, arg1, arg2) { const state = { a: arg0, b: arg1, cnt: 1 }; const real = (arg0) => { state.cnt++; const a = state.a; state.a = 0; try { - return __wbg_elem_binding0(a, state.b, arg0); + return __wbg_elem_binding1(a, state.b, arg0); } finally { if (--state.cnt === 0) wasm.__wbg_function_table.get(32)(a, state.b); else state.a = a; @@ -950,14 +950,14 @@ function init(module) { const ret = real; return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper506 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper665 = function(arg0, arg1, arg2) { const state = { a: arg0, b: arg1, cnt: 1 }; - const real = () => { + const real = (arg0) => { state.cnt++; const a = state.a; state.a = 0; try { - return __wbg_elem_binding6(a, state.b, ); + return __wbg_elem_binding0(a, state.b, arg0); } finally { if (--state.cnt === 0) wasm.__wbg_function_table.get(32)(a, state.b); else state.a = a; @@ -968,14 +968,14 @@ function init(module) { const ret = real; return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper603 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper506 = function(arg0, arg1, arg2) { const state = { a: arg0, b: arg1, cnt: 1 }; - const real = (arg0) => { + const real = () => { state.cnt++; const a = state.a; state.a = 0; try { - return __wbg_elem_binding3(a, state.b, arg0); + return __wbg_elem_binding6(a, state.b, ); } finally { if (--state.cnt === 0) wasm.__wbg_function_table.get(32)(a, state.b); else state.a = a; @@ -986,14 +986,14 @@ function init(module) { const ret = real; return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper665 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper604 = function(arg0, arg1, arg2) { const state = { a: arg0, b: arg1, cnt: 1 }; const real = (arg0) => { state.cnt++; const a = state.a; state.a = 0; try { - return __wbg_elem_binding5(a, state.b, arg0); + return __wbg_elem_binding4(a, state.b, arg0); } finally { if (--state.cnt === 0) wasm.__wbg_function_table.get(32)(a, state.b); else state.a = a; @@ -1004,14 +1004,14 @@ function init(module) { const ret = real; return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper794 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper605 = function(arg0, arg1, arg2) { const state = { a: arg0, b: arg1, cnt: 1 }; const real = (arg0) => { state.cnt++; const a = state.a; state.a = 0; try { - return __wbg_elem_binding1(a, state.b, arg0); + return __wbg_elem_binding3(a, state.b, arg0); } finally { if (--state.cnt === 0) wasm.__wbg_function_table.get(32)(a, state.b); else state.a = a; diff --git a/teleterm/static/teleterm_web_bg.wasm b/teleterm/static/teleterm_web_bg.wasm index 87a4f8f..dc787ef 100644 Binary files a/teleterm/static/teleterm_web_bg.wasm and b/teleterm/static/teleterm_web_bg.wasm differ -- cgit v1.2.3-54-g00ecf