mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 02:21:21 +01:00
Typo and enhances
This commit is contained in:
parent
5fa502035a
commit
9b4eec327d
@ -13,10 +13,6 @@
|
||||
}
|
||||
|
||||
$(function(){
|
||||
$("#invite-waiting").hide();
|
||||
$("#invite-waiting-fail").hide();
|
||||
$("#invite-done").hide();
|
||||
|
||||
$("#invite-btn").click(startInviteProcess);
|
||||
});
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user