fix repo url selecting on click
This commit is contained in:
parent
d62200cad4
commit
3228b62755
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
//= require_tree .
|
||||
|
||||
$(function(){
|
||||
$(".one_click_select").click(function(){
|
||||
$(".one_click_select").live("click", function(){
|
||||
$(this).select();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue