diff options
Diffstat (limited to 'webAO/dom/changeShoutVolume.js')
| -rw-r--r-- | webAO/dom/changeShoutVolume.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/webAO/dom/changeShoutVolume.js b/webAO/dom/changeShoutVolume.js deleted file mode 100644 index db67e2d..0000000 --- a/webAO/dom/changeShoutVolume.js +++ /dev/null @@ -1,10 +0,0 @@ -import setCookie from '../utils/setCookie'; - -/** - * Triggered by the shout volume slider. - */ - -export function changeShoutVolume() { - setCookie('shoutVolume', document.getElementById('client_shoutaudio').volume); -} -window.changeShoutVolume = changeShoutVolume; |
