X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=public%2Fapp%2Fconference%2Fsymposiums.js;h=b89510e1da14c283a1d903ef341d3f53b4b52bcc;hb=76dbc1b050622a86d929991d71ba0c4b721e6fb3;hp=3713664f2c385dc2e9c96776e12693f658471d67;hpb=05c21646949b9850e70268f90e9cd98e2236b654;p=angular-mojolicious.git 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;