mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
Fix Ember lint issues and print view
This commit is contained in:
parent
40237344e2
commit
715c31a1da
15 changed files with 53 additions and 37 deletions
|
@ -53,7 +53,7 @@ export default Component.extend(Notifier, Modal, {
|
|||
didInsertElement() {
|
||||
this._super(...arguments);
|
||||
|
||||
this.$('#restore-file').on('change', function(){
|
||||
$('#restore-file').on('change', function(){
|
||||
var fileName = document.getElementById("restore-file").files[0].name;
|
||||
$(this).next('.custom-file-label').html(fileName);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue