Skip to content

Commit

Permalink
correction for IE incompatibility django-cms#463
Browse files Browse the repository at this point in the history
  • Loading branch information
DylannCordel committed Aug 3, 2015
1 parent 04b4473 commit d5b177a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filer/static/filer/js/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}

$(document).ready(function(){
$('.filerFile .vForeignKeyRawIdAdminField').attr('type', 'hidden');
$('.filerFile .vForeignKeyRawIdAdminField').hide();
//if this file is included multiple time, we ensure that filer_clear is attached only once.
$(document).off('click.filer', '.filerFile .filerClearer', filer_clear).on('click.filer', '.filerFile .filerClearer', filer_clear);
});
Expand Down

0 comments on commit d5b177a

Please sign in to comment.