Commit 2201fe93 by Yvon

fix bug (create pouchdb object with couchdb_server instead of couchdb_dbname)

parent 2e87daab
Pipeline #2404 passed with stage
in 1 minute 30 seconds
......@@ -276,7 +276,7 @@ function display_possible_members() {
$(document).ready(function() {
if (coop_is_connected()) {
$.ajaxSetup({ headers: { "X-CSRFToken": getCookie('csrftoken') } });
dbc = new PouchDB(couchdb_dbname);
dbc = new PouchDB(couchdb_server);
$(".page_content").show();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment