mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-08-04 07:54:59 +00:00
[Web] Fix JS pathes, fixes #1845
This commit is contained in:
parent
c08149adef
commit
1893dae2d9
7 changed files with 13 additions and 13 deletions
|
|
@ -288,8 +288,8 @@ echo "var log_pagination_size = '". $LOG_PAGINATION_SIZE . "';\n";
|
|||
|
||||
?>
|
||||
</script>
|
||||
<script src="js/footable.min.js"></script>
|
||||
<script src="js/debug.js"></script>
|
||||
<script src="/js/footable.min.js"></script>
|
||||
<script src="/js/debug.js"></script>
|
||||
<?php
|
||||
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/footer.inc.php';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue