Commit 3228b62755ed746a88b076c5846ca5d6bdbf94fb

Authored by Nihad Abbasov
1 parent d62200ca

fix repo url selecting on click

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/assets/javascripts/application.js
... ... @@ -9,7 +9,7 @@
9 9 //= require_tree .
10 10  
11 11 $(function(){
12   - $(".one_click_select").click(function(){
  12 + $(".one_click_select").live("click", function(){
13 13 $(this).select();
14 14 });
15 15  
... ...