X-Git-Url: http://git.rot13.org/?p=angular-mojolicious.git;a=blobdiff_plain;f=public%2Fapp%2Fconference%2Fregistration.js;h=a4f93b3b54b83735ad72fd45f3b3cb72f5af9128;hp=cdd76d6fdea8156cae65688c22b542e0c1ff46d5;hb=HEAD;hpb=eaa220e288727cd0b7a0ee8b73603146cff9c949;ds=sidebyside diff --git a/public/app/conference/registration.js b/public/app/conference/registration.js index cdd76d6..a4f93b3 100644 --- a/public/app/conference/registration.js +++ b/public/app/conference/registration.js @@ -102,7 +102,7 @@ console.debug( 'load_symposium ', s_id, self.symposium ); console.debug( self.$xhr ); self.$xhr("JSON" - , "/conference/_design/symposium/_view/works?callback=JSON_CALLBACK;key=" + s_id + , "/" + database + "/_design/symposium/_view/works?callback=JSON_CALLBACK;key=" + s_id , function(code, response){ console.log('symposium/_view/works', code, response); angular.foreach( response.rows, function(row) {