Browse Source
ES lint
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/402/head
Joas Schilling
8 years ago
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with
1 additions and
1 deletions
-
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) { |
|
|
|
|