diff --git a/wcs/qommon/static/js/fargo.js b/wcs/qommon/static/js/fargo.js index 1f0807fc8..40115cd50 100644 --- a/wcs/qommon/static/js/fargo.js +++ b/wcs/qommon/static/js/fargo.js @@ -48,6 +48,7 @@ $(function() { $(base_widget).find('input[type=file]').hide(); $(base_widget).find('.use-file-from-fargo').hide(); $(base_widget).find('input[type=file]').trigger('change'); + $(base_widget).addClass('has-file').removeClass('has-no-file'); } document.fargo_close_dialog(); }