GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
2
Releases
92
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Bug Spots
Commit Graphs
Build
Network
Fork
: 0
Gatewify
/
GitBucket
Transfer to URL with SHA
Find file
Newer
Older
tree:
9b383acddd
Branches
Tags
×
patch-3
test
GitBucket
/
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); }); });