Fixed Intial and Timestamp on Edit comments box Closes #51

This commit is contained in:
Karl Cordes 2011-07-20 17:23:17 +10:00
parent e6b203090d
commit 33369009bf

View file

@ -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;