From 6fac978923b33fbf45bd0d1315c052392900022d Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Tue, 16 Jul 2019 23:45:46 +0200 Subject: fix #4 . makes it flash only once and a half time --- webAO/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webAO') 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 -- cgit