Added event create view

This commit is contained in:
fergal.moran
2012-08-27 16:15:22 +01:00
parent 3254b257f8
commit 54cf6972ba
1146 changed files with 7538 additions and 6168 deletions

View File

@@ -1,6 +1,6 @@
if (!window.appSettings){
if (!window.appSettings) {
window.appSettings = {};
appSettings.urlRoot = '{{ API_URL }}';
appSettings.liveStreamRoot = 'http://{{ LIVE_STREAM_URL }}:{{ LIVE_STREAM_PORT }}/{{ LIVE_STREAM_MOUNT }}';
appSettings.streamInfoUrl = 'http://{{ LIVE_STREAM_INFO_URL }}'
appSettings.streamInfoUrl = 'http://{{ LIVE_STREAM_INFO_URL }}';
}