mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 21:45:50 +01:00
The repository url field became readonly and select by clicking.
This commit is contained in:
5
src/main/webapp/assets/common/js/gitbucket.js
Normal file
5
src/main/webapp/assets/common/js/gitbucket.js
Normal file
@@ -0,0 +1,5 @@
|
||||
$(function(){
|
||||
$('#repository-url').click(function(){
|
||||
this.select(0, this.value.length);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user