mirror of
https://codeberg.org/mclemens/tsmmonitor2.git
synced 2025-01-05 13:26:37 -05:00
renamed layout.js to functions.js
This commit is contained in:
parent
de4d901ac4
commit
75611f3f8f
@ -46,7 +46,7 @@ $adodb->setDebug($_SESSION["debug"]);
|
|||||||
<link rel='stylesheet' type='text/css' href='css/layout.css'>
|
<link rel='stylesheet' type='text/css' href='css/layout.css'>
|
||||||
<link rel='stylesheet' type='text/css' href='css/<?php echo $_SESSION['stylesheet']; ?>'>
|
<link rel='stylesheet' type='text/css' href='css/<?php echo $_SESSION['stylesheet']; ?>'>
|
||||||
<script type="text/javascript" src="extlib/datechooser.js"></script>
|
<script type="text/javascript" src="extlib/datechooser.js"></script>
|
||||||
<script type="text/javascript" src="includes/layout.js"></script>
|
<script type="text/javascript" src="includes/functions.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
<!-- //
|
<!-- //
|
||||||
events.add(window, 'load', WindowLoad);
|
events.add(window, 'load', WindowLoad);
|
||||||
|
Loading…
Reference in New Issue
Block a user