Commit b009c6b2 by François C.

Merge branch '3927-calendars-do-not-match' into 'dev_cooperatic'

3927 calendars do not match

See merge request !199
parents 2e87daab 2201fe93
Pipeline #2405 passed with stage
in 1 minute 26 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