aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.js
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-03-11 18:15:55 +0100
committerstonedDiscord <Tukz@gmx.de>2022-03-11 18:15:55 +0100
commit52b79f4b5ffce7679fa5fcceeb80d615ad0cdf16 (patch)
treeaffeaf0853a067abe7590dac077c4f1c40f82945 /webAO/client.js
parent7c5fac67edf4e265176d57b714bd21cdc8c8aa7d (diff)
add apng preanims
Diffstat (limited to 'webAO/client.js')
-rw-r--r--webAO/client.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/client.js b/webAO/client.js
index 835d8d2..41d7625 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -21,7 +21,7 @@ import chatbox_arr from './styles/chatbox/chatboxes.js';
import iniParse from './iniParse';
import getCookie from './utils/getCookie.js';
import setCookie from './utils/setCookie.js';
-import request from './services/request.js';
+import {request} from './services/request.js';
import { changeShoutVolume, changeSFXVolume } from './dom/changeVolume.js';
import setEmote from './client/setEmote.js';
import fileExists from './utils/fileExists.js';
@@ -2051,7 +2051,7 @@ class Viewport {
} else {
this.chatmsg.startspeaking = true;
}
-
+ console.log(gifLength);
this.chatmsg.preanimdelay = parseInt(gifLength);
this.changeBackground(chatmsg.side);