|
|
@ -40,6 +40,7 @@ Files={ |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|
$(document).ready(function() { |
|
|
|
$(document).ready(function() { |
|
|
|
|
|
|
|
Files.bindKeyboardShortcuts(document, jQuery); |
|
|
|
$('#fileList tr').each(function(){ |
|
|
|
$('#fileList tr').each(function(){ |
|
|
|
//little hack to set unescape filenames in attribute
|
|
|
|
//little hack to set unescape filenames in attribute
|
|
|
|
$(this).attr('data-file',decodeURIComponent($(this).attr('data-file'))); |
|
|
|
$(this).attr('data-file',decodeURIComponent($(this).attr('data-file'))); |
|
|
|