Fixed Intial and Timestamp on Edit comments box Closes #51
This commit is contained in:
parent
e6b203090d
commit
33369009bf
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
$('#comments').attr('readonly', 'readonly');
|
// $('#comments').attr('readonly', 'readonly');
|
||||||
|
|
||||||
var userinitials = $('#userInitials').html();
|
var userinitials = $('#userInitials').html();
|
||||||
|
|
||||||
|
|
@ -14,7 +14,7 @@ $(function() {
|
||||||
|
|
||||||
|
|
||||||
function datetime(userinitials) {
|
function datetime(userinitials) {
|
||||||
$('#comments').attr('readonly','');
|
// $('#comments').attr('readonly','');
|
||||||
$('#dateButton').button('disable');
|
$('#dateButton').button('disable');
|
||||||
var currentTime = new Date();
|
var currentTime = new Date();
|
||||||
month = currentTime.getMonth() + 1;
|
month = currentTime.getMonth() + 1;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue