Merge pull request #8779 from owncloud/sel-webdav-onclick

select webdav address on click
This commit is contained in:
Vincent Petry 2014-05-30 17:18:54 +02:00
commit c8a19adc3a
1 changed files with 3 additions and 0 deletions

View File

@ -285,6 +285,9 @@
$settings.find('input').focus(); $settings.find('input').focus();
} }
}); });
$('#webdavurl').on('click', function () {
$('#webdavurl').select();
});
//scroll to and highlight preselected file //scroll to and highlight preselected file
/* /*