use xhtmlFooter as it now contains the javascript instead of xhtmlHeader
parent
5aef5e2312
commit
3d3966b1ea
|
@ -36,5 +36,4 @@ if (
|
|||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
<?php xhtmlFooter() ?>
|
||||
|
|
|
@ -1295,5 +1295,4 @@ echo htmlSelect('newMonitor[ReturnLocation]', $return_options, $monitor->ReturnL
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
<?php xhtmlFooter() ?>
|
||||
|
|
|
@ -305,5 +305,5 @@ foreach ( array_reverse($zones) as $zone ) {
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="<?php echo cache_bust('/js/MonitorStream.js') ?>"></script>
|
||||
<script src="<?php echo cache_bust('js/MonitorStream.js') ?>"></script>
|
||||
<?php xhtmlFooter() ?>
|
||||
|
|
Loading…
Reference in New Issue