add ui click sounds
This commit is contained in:
+3
-3
@@ -9,11 +9,11 @@
|
||||
<body onload="init();">
|
||||
|
||||
<!-- LOGO -->
|
||||
<button class="xPacButton" id="logo" onclick="manualChangeExpac();"></button>
|
||||
<button class="xPacButton" id="logo" onclick="manualChangeExpac(); playButtonAudio(1);"></button>
|
||||
|
||||
<!--QUIT BUTTON-->
|
||||
<div id="quitButtonContainer" class="foreground">
|
||||
<button class="button" onclick="location.href='http://www.wowaholics.org/';"> Quit </button>
|
||||
<button class="button" onclick="location.href='www.wowaholics.org/'; playButtonAudio(0);" > Quit </button>
|
||||
</div>
|
||||
|
||||
<!--QUEUE BOX-->
|
||||
@@ -26,7 +26,7 @@
|
||||
<p class="queueText" id="queueTime">Estimated time: 999 min</p>
|
||||
</div>
|
||||
|
||||
<button class="button" id="realmListButton"> Change Realm </button>
|
||||
<button class="button" id="realmListButton" onclick="playButtonAudio(0);"> Change Realm </button>
|
||||
</div>
|
||||
|
||||
<!--COPYRIGHT TEXT-->
|
||||
|
||||
Reference in New Issue
Block a user