select webdav address on click

This commit is contained in:
Volkan Gezer 2014-05-29 15:28:14 +02:00
parent 368006c7af
commit d7e63d8fab
1 changed files with 3 additions and 0 deletions

View File

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