GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
johnpearcey
/
gitbucket_jkp
Transfer to URL with SHA
Find file
Newer
Older
tree:
d75b4112d1
Branches
Tags
×
master
gitbucket_jkp
/
src
/
main
/
webapp
/
assets
/
common
/
js
/ gitbucket.js
takezoe
on 5 May 2013
110 bytes
The repository url field became readonly and select by clicking.
Raw
Blame
History
$(function(){ $('#repository-url').click(function(){ this.select(0, this.value.length); }); });