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=b89510e1da14c283a1d903ef341d3f53b4b52bcc;hp=3713664f2c385dc2e9c96776e12693f658471d67;hb=b9ff6d202ce6f94e6992427bcc8f71d31fbdfa2e;hpb=f5362a95417b7b0bc6c5557132476866f55a40ab diff --git a/public/app/conference/symposiums.js b/public/app/conference/symposiums.js index 3713664..b89510e 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" - , "/conference/_design/symposium/_view/work_nr%2Ctitle?callback=JSON_CALLBACK" + , "/"+database+"/_design/symposium/_view/work_nr%2Ctitle?callback=JSON_CALLBACK" , function(code, response){ console.log(code, response, data); data.response = response;