Merge branch 'master' of dev.sourcefabric.org:campcaster
Conflicts: application/controllers/LibraryController.php application/controllers/SearchController.php
This commit is contained in:
commit
d9e8e1641a
76 changed files with 238 additions and 272 deletions
|
@ -145,7 +145,7 @@
|
|||
}
|
||||
|
||||
function getScheduleFromServer(){
|
||||
$.ajax({ url: "http://localhost/Schedule/get-current-playlist/format/json", dataType:"json", success:function(data){
|
||||
$.ajax({ url: "/Schedule/get-current-playlist/format/json", dataType:"json", success:function(data){
|
||||
parseItems(data.entries);
|
||||
}});
|
||||
setTimeout(getScheduleFromServer, 5000);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue