aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2019-07-16 23:45:46 +0200
committerstonedDiscord <stoned@derpymail.org>2019-07-16 23:45:46 +0200
commit6fac978923b33fbf45bd0d1315c052392900022d (patch)
tree4acf9475727bd7fee73f7028c309a00c3cf7534f /webAO
parent9403549f72a601454970d36fa30e7e2f012352e2 (diff)
fix #4 . makes it flash only once and a half time
Diffstat (limited to 'webAO')
-rw-r--r--webAO/client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js
index b913139..6d55c12 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -1155,7 +1155,7 @@ class Viewport {
this.sfxplayed = 1;
this.sfxaudio.src = AO_HOST + "sounds/general/sfx-realization.wav";
this.sfxaudio.play();
- $("#client_gamewindow").effect("pulsate");
+ $("#client_gamewindow").effect("pulsate",{times:1});
}
// Pre-animation stuff