Commit e0dc1e812ee1bddc70a507e2b151cbe9d2b1176f
1 parent
d6ddc97d
Exists in
master
and in
27 other branches
[media-panel-improvements] Removes useless line
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
public/javascripts/media-panel.js
... | ... | @@ -88,7 +88,6 @@ jQuery("#published-media #q").bind('notext', function(){ loadPublishedMedia() }) |
88 | 88 | jQuery("#new-folder-dialog").submit(function( event ) { |
89 | 89 | var name = jQuery('#new_folder').val(); |
90 | 90 | var parent_id = jQuery("#new-folder-dialog #parent_id").val(); |
91 | - jQuery("#media-upload-box #parent_id").val(); | |
92 | 91 | jQuery.ajax({ |
93 | 92 | url: this.action, |
94 | 93 | type: 'POST', | ... | ... |