summaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-08-13 17:17:10 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-08-13 17:17:10 +0200
commit4e53b5922d9b3727502a13eb0c36844e69f498e3 (patch)
tree3e186d3743db98a0e81b3ae1993960b17a806830 /core/js
parentaf7ffe5492cd9d7254f16f09959c12fffbdc3d46 (diff)
parentc964eff17b1a7feeab794f6035a7beff8143ac85 (diff)
downloadnextcloud-server-4e53b5922d9b3727502a13eb0c36844e69f498e3.tar.gz
nextcloud-server-4e53b5922d9b3727502a13eb0c36844e69f498e3.zip
Merge pull request #18178 from owncloud/files-sidebar-actions
Sidebar file actions
Diffstat (limited to 'core/js')
-rw-r--r--core/js/js.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 11818f4c992..52cf076472a 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -642,7 +642,7 @@ var OC={
$menuEl.show();
$menuEl.trigger(new $.Event('afterShow'));
// no animation
- if (_.isFunction()) {
+ if (_.isFunction(complete)) {
complete();
}
},