Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kyupark committed Sep 14, 2012
1 parent 9b149d6 commit 8a690ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lucky.js
Expand Up @@ -9,4 +9,4 @@
var url = 'http://www.google.com/search?btnI&q=' + text; var url = 'http://www.google.com/search?btnI&q=' + text;
$(this).html('<a href="' + url + '">' + $(this).text() + '</a>'); $(this).html('<a href="' + url + '">' + $(this).text() + '</a>');
}); });
}); });

0 comments on commit 8a690ae

Please sign in to comment.