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 .
|
//= require_tree .
|
||||||
|
|
||||||
$(function(){
|
$(function(){
|
||||||
$(".one_click_select").click(function(){
|
$(".one_click_select").live("click", function(){
|
||||||
$(this).select();
|
$(this).select();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue