diff --git a/apps/files/js/files.js b/apps/files/js/files.js index 92f97f5d3c..fb112f157f 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 /*