Changeset 2673321
- Timestamp:
- 02/05/2022 07:38:15 AM (4 years ago)
- File:
-
- 1 edited
-
morphii/trunk/assets/js/morphii-custom.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
morphii/trunk/assets/js/morphii-custom.js
r2665851 r2673321 169 169 170 170 if (event.selection_required_valid === true) { 171 jQuery(".morphii-questions").find(".intensity-error").remove(); 171 172 submitButton.removeAttribute('disabled'); 172 173 } 173 174 else { 175 if(jQuery(".morphii-questions").find(".intensity-error").length==0) 176 jQuery(".morphii-questions").append("<span class='intensity-error'><br/><hr/><p style='color:red'>Oops! You forgot to tell us how intense your feelings are. Use the slider to adjust the facial expression to show us</p></span>"); 177 174 178 submitButton.setAttribute('disabled', 'disabled'); 175 179 }
Note: See TracChangeset
for help on using the changeset viewer.