aboutsummaryrefslogtreecommitdiff
path: root/webAO/dom/changeVolume.js
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/dom/changeVolume.js')
-rw-r--r--webAO/dom/changeVolume.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/dom/changeVolume.js b/webAO/dom/changeVolume.js
index 0f7d47e..b79204a 100644
--- a/webAO/dom/changeVolume.js
+++ b/webAO/dom/changeVolume.js
@@ -1,4 +1,4 @@
-import setCookie from '../utils/setCookie';
+import setCookie from '../utils/setCookie.ts';
/**
* Triggered by the sound effect volume slider.
@@ -12,7 +12,7 @@ window.changeSFXVolume = changeSFXVolume;
/**
* Triggered by the testimony volume slider.
*/
- export function changeTestimonyVolume() {
+export function changeTestimonyVolume() {
setCookie('testimonyVolume', document.getElementById('client_testimonyaudio').volume);
}
window.changeTestimonyVolume = changeTestimonyVolume;