From 76dbc1b050622a86d929991d71ba0c4b721e6fb3 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Thu, 6 Dec 2012 17:33:44 +0100 Subject: [PATCH] fix database name in view --- public/app/conference/registration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.20.1