From 2803890b23ad7600fc12b57e8a7a3d447e7788fb Mon Sep 17 00:00:00 2001 From: Alex Meyer Date: Thu, 10 Nov 2016 15:26:57 -0600 Subject: [PATCH] update js --- views/index.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/index.ejs b/views/index.ejs index ce60bcc2..b8aba0fe 100755 --- a/views/index.ejs +++ b/views/index.ejs @@ -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);