mirror of
https://github.com/gamaio/lobli.git
synced 2025-08-13 18:28:47 +00:00
Add the AJAX loading animation for when data needs to be pulled
The loader is set to display:none; unless given an event through jQuery
This commit is contained in:
@@ -37,6 +37,16 @@
|
||||
</span>
|
||||
</div><!-- /input-group -->
|
||||
</form>
|
||||
<div id="message">
|
||||
<div id="theLoader">
|
||||
<div class="wrap">
|
||||
<div class="loading">
|
||||
<span class="title">loading....</span>
|
||||
<span class="text">Please Wait</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php if(isset($_GET['errmsg'])){ ?>
|
||||
|
||||
|
Reference in New Issue
Block a user