Typo and enhances

This commit is contained in:
Jeremy Zhang 2017-05-20 01:08:57 +00:00
parent 5fa502035a
commit 9b4eec327d
2 changed files with 4 additions and 8 deletions

View File

@ -13,10 +13,6 @@
}
$(function(){
$("#invite-waiting").hide();
$("#invite-waiting-fail").hide();
$("#invite-done").hide();
$("#invite-btn").click(startInviteProcess);
});

View File

@ -17,10 +17,10 @@ This is strictly enforced for the bot to send messages to all the channels, read
</span>
</div>
<div id="invite-waiting" class="card-panel indigo lighten-5 z-depth-3 hoverable">
<div id="invite-waiting" class="card-panel indigo lighten-5 z-depth-3 hoverable" style="display: none;">
<span class="black-text center-align">
<h3>Step 2</h3>
<h5>Please wait a moment for the bot tries to situate itself...</h5>
<h5>Please wait a moment while the bot tries to situate itself...</h5>
<br>
<div class="progress" style="background-color: #909cde;">
<div class="indeterminate" style="background-color: #303f9f;"></div>
@ -28,7 +28,7 @@ This is strictly enforced for the bot to send messages to all the channels, read
</span>
</div>
<div id="invite-waiting-fail" class="card-panel indigo lighten-5 z-depth-3 hoverable">
<div id="invite-waiting-fail" class="card-panel indigo lighten-5 z-depth-3 hoverable" style="display: none;">
<span class="black-text center-align">
<h3>Step 2</h3>
<h5>Oops!</h5>
@ -48,7 +48,7 @@ This is strictly enforced for the bot to send messages to all the channels, read
</span>
</div>
<div id="invite-done" class="card-panel indigo lighten-5 z-depth-3 hoverable">
<div id="invite-done" class="card-panel indigo lighten-5 z-depth-3 hoverable" style="display: none;">
<span class="black-text center-align">
<h3>Step 3</h3>
<h5>Congratulations! You have added Titan to your server!</h5>