Skip to content
Snippets Groups Projects
Commit 1cb2fc0f authored by Gabriel Engel's avatar Gabriel Engel
Browse files

fixed open rooms nav

parent 37abce5c
No related branches found
No related tags found
No related merge requests found
......@@ -1793,9 +1793,10 @@ a.github-fork {
&:before {
content: " ";
height: 1px;
width: 80%;
width: 100%;
left: 0;
right: 0;
position: absolute;
left: 10%;
top: 11px;
background-color: #DFDFDF;
}
......
......@@ -10,6 +10,7 @@ Meteor.methods
'u._id': Meteor.userId()
,
$set:
open: true
alert: false
unread: 0
ls: (new Date())
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