The repository url field became readonly and select by clicking.

This commit is contained in:
takezoe
2013-05-05 14:24:00 +09:00
parent 60d5a6d473
commit 9b383acddd
5 changed files with 14 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
$(function(){
$('#repository-url').click(function(){
this.select(0, this.value.length);
});
});