From 33369009bf6b0de8a39e281e271c7d82670bde0d Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Wed, 20 Jul 2011 17:23:17 +1000 Subject: [PATCH] Fixed Intial and Timestamp on Edit comments box Closes #51 --- webroot/js/quotenik/add_datetime.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;