Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/js/filelist.js')
-rw-r--r--apps/files/js/filelist.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index 4f2f3f104d2..b3d88085b7c 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -945,7 +945,7 @@
var mime = this.fileActions.getCurrentMimeType();
var type = this.fileActions.getCurrentType();
var permissions = this.fileActions.getCurrentPermissions();
- var action = this.fileActions.get(mime, type, permissions)['Details'];
+ var action = this.fileActions.get(mime, type, permissions, filename)['Details'];
if (action) {
action(filename, {
$file: $tr,
@@ -2945,7 +2945,7 @@
} catch (error) {
input.attr('title', error);
input.tooltip({placement: 'right', trigger: 'manual'});
- input.tooltip('fixTitle');
+ input.tooltip('_fixTitle');
input.tooltip('show');
input.addClass('error');
}
@@ -2960,7 +2960,7 @@
} catch (error) {
input.attr('title', error);
input.tooltip({placement: 'right', trigger: 'manual'});
- input.tooltip('fixTitle');
+ input.tooltip('_fixTitle');
input.tooltip('show');
input.addClass('error');
}