Commit 3228b627 authored by Nihad Abbasov's avatar Nihad Abbasov

fix repo url selecting on click

parent d62200ca
......@@ -9,7 +9,7 @@
//= require_tree .
$(function(){
$(".one_click_select").click(function(){
$(".one_click_select").live("click", function(){
$(this).select();
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment