* remove console.log.
This commit is contained in:
@@ -1793,7 +1793,6 @@ function checkTutorial()
|
||||
function removeDitto()
|
||||
{
|
||||
$firstTr = $('.table-form').find('tbody tr:first');
|
||||
console.log($firstTr);
|
||||
$firstTr.find('td select').each(function()
|
||||
{
|
||||
$(this).find("option[value='ditto']").remove();
|
||||
|
||||
Reference in New Issue
Block a user