* finish task#1063.
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
function setComment()
|
||||
{
|
||||
$('#comment').toggle();
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
function setComment()
|
||||
{
|
||||
$('#comment').toggle();
|
||||
}
|
||||
@@ -4,7 +4,3 @@ function assign(taskID, assignedTo)
|
||||
$('.assign').height(40);
|
||||
$('.assign').load(createLink('user', 'ajaxGetUser', 'taskID=' + taskID + '&assignedTo=' + assignedTo));
|
||||
}
|
||||
function setComment()
|
||||
{
|
||||
$('#comment').toggle();
|
||||
}
|
||||
|
||||
@@ -3,7 +3,3 @@ $(document).ready(function()
|
||||
$(".runCase").colorbox({width:900, height:600, iframe:true, transition:'none'});
|
||||
$(".results").colorbox({width:900, height:600, iframe:true, transition:'none'});
|
||||
})
|
||||
function setComment()
|
||||
{
|
||||
$('#comment').toggle();
|
||||
}
|
||||
|
||||
@@ -567,6 +567,19 @@ function setMailto(mailto, contactListID)
|
||||
$('#' + mailto).val(users);
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Set comment.
|
||||
*
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
function setComment()
|
||||
{
|
||||
$('#comment').toggle();
|
||||
$('#comment textarea').focus();
|
||||
}
|
||||
|
||||
/**
|
||||
* Auto checked the checkbox of a row.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user