diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-11 12:53:53 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-03-11 12:53:53 +0100 |
| commit | a8e26dce73b694aeeefc0be52147a36ced5975c9 (patch) | |
| tree | 9a2d94a2d7924ca508087233198bc6ba83fc4395 /webAO/client.js | |
| parent | 4b918084e413933cfc819bd1a1246c6a1ac13e31 (diff) | |
move volume into 1 file
Diffstat (limited to 'webAO/client.js')
| -rw-r--r-- | webAO/client.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/webAO/client.js b/webAO/client.js index e7a1606..a0dd895 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -22,8 +22,7 @@ import iniParse from './iniParse'; import getCookie from './utils/getCookie.js'; import setCookie from './utils/setCookie.js'; import request from './services/request.js'; -import { changeShoutVolume } from './dom/changeShoutVolume.js'; -import { changeSFXVolume } from './dom/changeSFXVolume.js'; +import { changeShoutVolume, changeSFXVolume } from './dom/changeVolume.js'; import setEmote from './client/setEmote.js'; import fileExists from './utils/fileExists.js'; import queryParser from './utils/queryParser.js'; |
