Skip to content

Commit

Permalink
fixed bug when user try sign up via backer button
Browse files Browse the repository at this point in the history
  • Loading branch information
devton committed Mar 20, 2012
1 parent 0d6d3c8 commit d10d3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/show_project.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $('#embed_link').click(function(e){
})
$(document).ready(function(){
if($('#login').length > 0){
$('input[type=submit]').click(require_login)
('#back_project_form input[type=submit]').click(require_login)
}
})
$('#rewards li.clickable').click(function(e){
Expand Down

0 comments on commit d10d3a4

Please sign in to comment.