Fix Etherpad integration

master
Daniel Berteaud 7 years ago
parent 135a734863
commit 964f5e84ea
  1. 2
      templates/default/join.html.ep

@ -551,7 +551,7 @@
enabled: <%= get_opt_features->{etherpad} ? 'true' : 'false' %>,
% if (get_opt_features->{etherpad}){
% my $ethuri = Mojo::URL->new($config->{'etherpad.uri'});
host: "<%= $ethuri->scheme . '://' . $ethuri->authority %>",
host: "<%= $ethuri->scheme . '://' . $ethuri->host %>",
path: "<%= $ethuri->path . '/p/' %>",
group: "<%= $etherpadGroup %>"
% }

Loading…
Cancel
Save