From 7f63eb36af6b744e08189e736ddc3d116adf652e Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 18 Dec 2014 13:47:04 +0000 Subject: [PATCH] fix not working click on virtual structure (eg. "/apps/addressbook/$all"), because it uses mime "egw/addressbook" --- filemanager/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filemanager/js/app.js b/filemanager/js/app.js index 14fae622c0..ef356fae4c 100644 --- a/filemanager/js/app.js +++ b/filemanager/js/app.js @@ -663,7 +663,7 @@ app.classes.filemanager = AppJS.extend( { } - else if (widget.value.mime == 'httpd/unix-directory') + else if (widget.value.is_dir) // true for "httpd/unix-directory" and "egw/*" { var path = null; // Cannot do this, there are multiple widgets named path