Skip to content
Snippets Groups Projects
Commit d7e63d8f authored by Volkan Gezer's avatar Volkan Gezer
Browse files

select webdav address on click

parent 368006c7
No related branches found
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.
Finish editing this message first!
Please register or to comment