Skip to content

Commit

Permalink
remove preloader
Browse files Browse the repository at this point in the history
  • Loading branch information
yuansir committed Apr 9, 2016
1 parent f09d6a6 commit f21ebe7
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 20 deletions.
11 changes: 1 addition & 10 deletions public/js/custom.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
jQuery(window).load(function () {

// Page Preloader
jQuery('#status').fadeOut();
jQuery('#preloader').delay(100).fadeOut(function () {
jQuery('body').delay(100).css({'overflow': 'visible'});
});
});

jQuery(document).ready(function () {

// Toggle Left Menu
Expand Down Expand Up @@ -299,4 +290,4 @@ jQuery(document).ready(function () {
});


});
});
4 changes: 2 additions & 2 deletions resources/views/admin/errors/403.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
<body class="notfound" style="overflow: visible;">

<!-- Preloader -->
<div id="preloader" style="display: none;">
<!-- <div id="preloader" style="display: none;">
<div id="status" style="display: none;"><i class="fa fa-spinner fa-spin"></i></div>
</div>
</div> -->

<section>

Expand Down
4 changes: 2 additions & 2 deletions resources/views/admin/errors/404.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
<body class="notfound">

<!-- Preloader -->
<div id="preloader">
<!-- <div id="preloader">
<div id="status"><i class="fa fa-spinner fa-spin"></i></div>
</div>
</div> -->

<section>

Expand Down
4 changes: 2 additions & 2 deletions resources/views/errors/403.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
<body class="notfound" style="overflow: visible;">

<!-- Preloader -->
<div id="preloader" style="display: none;">
<!-- <div id="preloader" style="display: none;">
<div id="status" style="display: none;"><i class="fa fa-spinner fa-spin"></i></div>
</div>
</div> -->

<section>

Expand Down
4 changes: 2 additions & 2 deletions resources/views/layouts/admin-app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<body>

<!-- Preloader -->
<div id="preloader">
<!-- <div id="preloader">
<div id="status"><i class="fa fa-spinner fa-spin"></i></div>
</div>
</div> -->

<section>

Expand Down
4 changes: 2 additions & 2 deletions resources/views/layouts/admin-login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
<body class="signin">

<!-- Preloader -->
<div id="preloader">
<!-- <div id="preloader">
<div id="status"><i class="fa fa-spinner fa-spin"></i></div>
</div>
</div> -->

<section>

Expand Down

0 comments on commit f21ebe7

Please sign in to comment.