fix default file actions not working

remotes/origin/stable
Robin Appelman 14 years ago
parent 9c3a836044
commit 462fe1e56b
  1. 2
      files/js/files.js

@ -27,7 +27,7 @@ $(document).ready(function() {
});
// Sets the file link behaviour :
$('td.filename.name a').live('click',function(event) {
$('td.filename a').live('click',function(event) {
event.preventDefault();
var filename=$(this).parent().parent().data('file');
if(!FileList.isLoading(filename)){

Loading…
Cancel
Save