diff --git a/app/assets/javascripts/app/controllers/notes.js b/app/assets/javascripts/app/controllers/notes.js index 66c4af3f7..6f58ceca9 100644 --- a/app/assets/javascripts/app/controllers/notes.js +++ b/app/assets/javascripts/app/controllers/notes.js @@ -394,7 +394,7 @@ angular.module('app') } this.shouldShowTags = function(note) { - if(this.hideTags) { + if(this.hideTags || note.content.protected) { return false; }