Skip to content

Commit

Permalink
Update arguments.js.coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeTrade authored Jun 21, 2016
1 parent 2111e91 commit e03e3f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/javascripts/arguments.js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ toggleArgument = (x)->
# console.log(is_negation.val())
if (is_negation.val()=='false')
$('#argument').text($('#con_statement').val())
$('#toggle_button span').text(' Believe')
$('#toggle_button span').text(' HOdl')
is_negation.val('true')
else
$('#argument').text($('#pro_statement').val())
$('#toggle_button span').text(' Doubt')
$('#toggle_button span').text(' Do not HOdl')
is_negation.val('false')
$('#signature_signature').val('')

Expand Down

0 comments on commit e03e3f0

Please sign in to comment.