Skip to content
Snippets Groups Projects
Commit 696dae58 authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Prevent error when trying to open a new direct room

parent d3b03da7
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ currentTracker = undefined
else
Session.set 'roomNotFound', {type: type, name: name}
BlazeLayout.render 'main', {center: 'roomNotFound'}
return
return
$('.rocket-loader').remove();
mainNode = document.querySelector('.main-content')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment