Skip to content

Commit

Permalink
Merge pull request #60 from pepf/master
Browse files Browse the repository at this point in the history
[BugFix] Allow editing of profile.playing
  • Loading branch information
Rayman committed Jul 15, 2014
2 parents 3a62e69 + 710cb71 commit 3d7f421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion client/views/common/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<ul class="nav navbar-nav">
<li class="{{ isActivePath 'playlists' }}"><a href="{{pathFor 'playlists'}}">Playlists</a></li>
<li class="{{ isActivePath 'loved' }}"><a href="{{pathFor 'loved'}}">Loved songs</a></li>
<li class="{{ isActivePath 'friends' }}"><a href="{{pathFor 'friends'}}">Friends</a></li>
<li>
<a rel="external" href="https://github.com/Rayman/fusic-meteor/issues?state=open">
<span class="glyphicon glyphicon-exclamation-sign"> </span>Report Issue
Expand Down
3 changes: 2 additions & 1 deletion collections.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ UserProfile = new SimpleSchema({
},
playing: {
optional:true,
type: [Object]
type: Object,
blackbox:true,
}


Expand Down

0 comments on commit 3d7f421

Please sign in to comment.