aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm/static
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-23 06:44:34 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-23 06:44:34 -0500
commit5e141e6b8d73e2097fb895c1f1cc76e71699a29e (patch)
treee3011e261e1f19abe569908ceb12e5e7349d4a75 /teleterm/static
parent69d725d56cb43d92042eecbcc6d306782799ab88 (diff)
downloadteleterm-5e141e6b8d73e2097fb895c1f1cc76e71699a29e.tar.gz
teleterm-5e141e6b8d73e2097fb895c1f1cc76e71699a29e.zip
move server address to configuration
Diffstat (limited to 'teleterm/static')
-rw-r--r--teleterm/static/teleterm_web.js28
-rw-r--r--teleterm/static/teleterm_web_bg.wasmbin703802 -> 703802 bytes
2 files changed, 14 insertions, 14 deletions
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
--- a/teleterm/static/teleterm_web_bg.wasm
+++ b/teleterm/static/teleterm_web_bg.wasm
Binary files differ