forked from camicroscope/caMicroscope
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes Footer Not Present on info page Issue
- Loading branch information
1 parent
a9058bd
commit affcbc8
Showing
1 changed file
with
12 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -152,29 +152,27 @@ <h3 class="text-center h3 mb-2" style="margin-top:8px;margin-bottom:10px;">Infor | |
</div> | ||
</div> | ||
|
||
|
||
<!-- footer --> | ||
<footer id="footer-layout"></footer> | ||
</div> | ||
|
||
|
||
<!-- script to call a footer(layout footer in the common > utils folder) function --> | ||
<script> insertFooterLayout(); </script> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-p34f1UUtsS3wqzfto5wAAmdvj+osOnFyQFpp4Ua3gs/ZVWx6oOypYoCJhGGScy+8" crossorigin="anonymous"></script> | ||
|
||
<script src='../common/authChecker.js'></script> | ||
|
||
<script> | ||
__auth_check(1) | ||
</script> | ||
|
||
<script src='../core/Store.js'></script> | ||
<script src='../common/util.js'></script> | ||
<script src='../common/ajv.js'></script> | ||
<script src='../components/loading/loading.js'></script> | ||
<script src="./loader/loader.js"></script> | ||
<script src="./loader/chunked_upload.js"></script> | ||
__auth_check(1) | ||
</script> | ||
|
||
<script src='../core/Store.js'></script> | ||
<script src='../common/util.js'></script> | ||
<script src='../common/ajv.js'></script> | ||
<script src='../components/loading/loading.js'></script> | ||
<script src="./loader/loader.js"></script> | ||
<script src="./loader/chunked_upload.js"></script> | ||
|
||
<!-- script to call a footer(layout footer in the common > utils folder) function --> | ||
<script> insertFooterLayout(); </script> | ||
</body> | ||
<script> | ||
|
||
|