Skip to content

Commit

Permalink
Fixes crowdfavorite#3, props thefrosty
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex King committed Oct 30, 2011
1 parent 086d544 commit 611f672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/admin.js
Expand Up @@ -43,7 +43,7 @@ jQuery(function($) {
},

link: function() {
$('#cfpf-format-quote-field, #cfpf-format-video-fields, #cfpf-format-gallery-previews').hide();
$('#cfpf-format-quote-field, #cfpf-format-video-fields, #cfpf-format-gallery-preview').hide();
$('#titlewrap, #cfpf-format-link-url').show();
$('#postimagediv-placeholder').replaceWith($('#postimagediv'));
},
Expand Down

0 comments on commit 611f672

Please sign in to comment.