Fixed Intial and Timestamp on Edit comments box Closes #51
This commit is contained in:
parent
e6b203090d
commit
33369009bf
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue