* Adjust variable.

This commit is contained in:
tianshujie98
2020-09-04 09:43:39 +08:00
parent 9361c2a9d9
commit eb5925c660
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ $('#begin, #end, #repo').change(function()
if(begin > end)
{
alert(error);
alert(errorDate);
location.href = createLink('design', 'linkCommit', "designID=" + designID + '&repoID=' + repo);
die;
}
+1 -1
View File
@@ -84,5 +84,5 @@
<?php endif;?>
</div>
<?php js::set('designID', $designID);?>
<?php js::set('error', $lang->design->errorDate);?>
<?php js::set('errorDate', $lang->design->errorDate);?>
<?php include '../../common/view/footer.html.php';?>