* Detele todo lang and fix project link to plan bug.

This commit is contained in:
Yagami
2018-07-13 10:47:17 +08:00
parent 8e6a61a178
commit bc4a40282e
5 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -174,7 +174,7 @@
{
$("input[name='name']").addClass('has-error');
$('#nameLabel').remove();
$("input[name='name']").after('<div id="nameLabel" class="text-danger help-text"><?php echo $lang->todo->noName ?></div>');
$("input[name='name']").after('<div id="nameLabel" class="text-danger help-text"><?php echo sprintf($lang->error->notempty, $lang->todo->name) ?></div>');
setTimeout('clearError()', 2000)
return false;
}