select webdav address on click

remotes/origin/ldap_group_count
Volkan Gezer 12 years ago
parent 368006c7af
commit d7e63d8fab
  1. 3
      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
/*

Loading…
Cancel
Save