Auto-blur when clicking on file to download

This commit is contained in:
Vincent Petry 2015-01-15 18:08:36 +01:00
parent 7d81299014
commit d40301492d
1 changed files with 2 additions and 0 deletions

View File

@ -369,6 +369,8 @@
dir: $tr.attr('data-path') || this.getCurrentDirectory()
});
}
// deselect row
$(event.target).closest('a').blur();
}
}
},