Skip to content
Snippets Groups Projects
Commit c8a19adc authored by Vincent Petry's avatar Vincent Petry
Browse files

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

select webdav address on click
parents a36f2c93 d7e63d8f
Branches
No related tags found
No related merge requests found
......@@ -285,6 +285,9 @@
$settings.find('input').focus();
}
});
$('#webdavurl').on('click', function () {
$('#webdavurl').select();
});
//scroll to and highlight preselected file
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment