diff --git a/webroot/js/quotenik/add_datetime.js b/webroot/js/quotenik/add_datetime.js index adc16196..708166ad 100755 --- a/webroot/js/quotenik/add_datetime.js +++ b/webroot/js/quotenik/add_datetime.js @@ -2,7 +2,7 @@ $(function() { - $('#comments').attr('readonly', 'readonly'); + // $('#comments').attr('readonly', 'readonly'); var userinitials = $('#userInitials').html(); @@ -14,7 +14,7 @@ $(function() { function datetime(userinitials) { - $('#comments').attr('readonly',''); + // $('#comments').attr('readonly',''); $('#dateButton').button('disable'); var currentTime = new Date(); month = currentTime.getMonth() + 1;