X-Git-Url: http://git.rot13.org/?p=angular-mojolicious.git;a=blobdiff_plain;f=public%2Fapp%2Fconference%2Fsymposiums.js;fp=public%2Fapp%2Fconference%2Fsymposiums.js;h=3713664f2c385dc2e9c96776e12693f658471d67;hp=7502e762a83b843ff5268c6a511a3a9854c7316f;hb=05c21646949b9850e70268f90e9cd98e2236b654;hpb=6ec8b155dd562746fec37ffcb712406d42e8295a diff --git a/public/app/conference/symposiums.js b/public/app/conference/symposiums.js index 7502e76..3713664 100644 --- a/public/app/conference/symposiums.js +++ b/public/app/conference/symposiums.js @@ -10,7 +10,7 @@ function Symposiums(xhr, route){ this.data = data; this.xhr("JSON" - , "http://localhost:5984/conference/_design/symposium/_view/work_nr%2Ctitle?callback=JSON_CALLBACK" + , "/conference/_design/symposium/_view/work_nr%2Ctitle?callback=JSON_CALLBACK" , function(code, response){ console.log(code, response, data); data.response = response;