* unecessary factory removed, layout / prefix had to be changed instead
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
<script>
|
||||
var changeDelay = <?=$changeDelay ?>;
|
||||
var refreshInterval = <?=$refreshInterval ?>;
|
||||
var cameraImageApiUrl = '<?=$this->serverurl("/api/get-latest-camera-pictures") ?>';
|
||||
var cameraImageBaseUrl = '<?=$this->serverurl("/show-image/") ?>';
|
||||
var cameraImageApiUrl = '<?=$this->serverurl("api/get-latest-camera-pictures") ?>';
|
||||
var cameraImageBaseUrl = '<?=$this->serverurl("show-image/") ?>';
|
||||
</script>
|
||||
<script src="<?= $this->serverurl("scripts/camera-image-handler.js") ?>"></script>
|
||||
<?php $this->end() ?>
|
||||
|
||||
Reference in New Issue
Block a user