Commit 60e007c190a6323f907bcd88082de938690e5e0b

Authored by Victor Costa
1 parent 1193462b

Always display options for private visibility

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
public/javascripts/article.js
... ... @@ -181,7 +181,6 @@ jQuery(function($) {
181 181 }
182 182  
183 183 if( $("#token-input-search-article-privacy-exceptions").length == 1 ) {
184   - show_hide_visibility_modes();
185 184 show_hide_token_input();
186 185  
187 186 $("#article_published_true").click(function() {
... ...