Skip to content

Commit

Permalink
update js
Browse files Browse the repository at this point in the history
  • Loading branch information
ACLM committed Nov 10, 2016
1 parent 4cbbc04 commit 2803890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@
$(document).ready(function(){
$('input[name="document-level"]').prop('checked', false);
$('input[name="sentence-level"]').prop('checked', false);
$("description-anger").text("Evoked due to injustice, conflict, humiliation, negligence or betrayal. If anger is active, the individual attacks the target, verbally or physically. If anger is passive, the person silently sulks and feels tension and hostility.");
$(".description--anger").text("Evoked due to injustice, conflict, humiliation, negligence or betrayal. If anger is active, the individual attacks the target, verbally or physically. If anger is passive, the person silently sulks and feels tension and hostility.");
$(".input--submit-button, .output--reset-button").click(function() {
$('input[name="document-level"]').prop('checked', false);
Expand Down

0 comments on commit 2803890

Please sign in to comment.