summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/files/js/files.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/js/files.js b/apps/files/js/files.js
index 92f97f5d3c0..fb112f157f1 100644
--- a/apps/files/js/files.js
+++ b/apps/files/js/files.js
@@ -285,6 +285,9 @@
$settings.find('input').focus();
}
});
+ $('#webdavurl').on('click', function () {
+ $('#webdavurl').select();
+ });
//scroll to and highlight preselected file
/*