Commit ad0bdc1fd1a9faef34f86167718fa9389cdb6586
1 parent
fa5a5b3b
git
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
common/modules/fileloader/resources/handler.js
... | ... | @@ -23,6 +23,7 @@ $(function() { |
23 | 23 | data.result.result.input + '<p class="fileloader-item-name">'+ |
24 | 24 | '<a href="'+data.result.result.file_href+'" target="_blank">'+data.result.result.file_name+'</a></p>'+'<span class="fileloader-item-remove glyphicon glyphicon-remove"></span>'+ |
25 | 25 | '</div>'; |
26 | + $('#modal_form_contacts span').css({display:'none'}) | |
26 | 27 | if(!multiple) { |
27 | 28 | var inputs = $(wrapper).find('.fileloader-item-remove'); |
28 | 29 | $.each(inputs, function(i, v) { | ... | ... |