diff options
Diffstat (limited to 'view/tpl/directory_header.tpl')
-rwxr-xr-x | view/tpl/directory_header.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view/tpl/directory_header.tpl b/view/tpl/directory_header.tpl index 5d703e2dd..2479cead3 100755 --- a/view/tpl/directory_header.tpl +++ b/view/tpl/directory_header.tpl @@ -11,6 +11,8 @@ {{/foreach}} - +<div id="page-end"></div> <div class="directory-end"></div> +<script>$(document).ready(function() { loadingPage = false;});</script> +<div id="page-spinner"></div> |