diff options
Diffstat (limited to 'static/js/src/messages.js')
| -rwxr-xr-x | static/js/src/messages.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/src/messages.js b/static/js/src/messages.js index f7d0877..bdc738e 100755 --- a/static/js/src/messages.js +++ b/static/js/src/messages.js @@ -195,7 +195,7 @@ function refresh() { var onError = function(resp, textStatus, errorThrown) { var msg = $.trim(resp.responseText); if (msg == "UNKNOWN_ROOM") - location.href = "http://dump.fm"; + location.href = "/"; if (IsAdmin && window.console) { console.error(resp, textStatus, errorThrown); } |
