* unecessary factory removed, layout / prefix had to be changed instead

This commit is contained in:
Danyi Dávid
2018-01-18 21:47:45 +01:00
parent 491e572228
commit 81b3f218e7
3 changed files with 3 additions and 38 deletions

View File

@@ -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() ?>