Browse Source

ES lint

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/402/head
Joas Schilling 8 years ago
parent
commit
12332361d6
No known key found for this signature in database GPG Key ID: E166FD8976B3BAC8
  1. 2
      js/signaling.js

2
js/signaling.js

@ -199,7 +199,7 @@
error: function (result) {
if (result.status === 404 || result.status === 503) {
// Room not found or maintenance mode
OC.redirect(OC.generateUrl('apps/spreed'))
OC.redirect(OC.generateUrl('apps/spreed'));
}
if (result.status === 403) {

Loading…
Cancel
Save