* Edit footer path.

This commit is contained in:
holan20180123
2020-08-17 15:15:31 +08:00
parent 4fe2e5f278
commit 5f441606bb
+1 -1
View File
@@ -99,4 +99,4 @@ $('input[name="hourPoint"]').change(function()
if($(this).val() == 3) $('#efficiency + span').text(manhour + loc);
})
</script>
<?php include '../../../common/view/footer.html.php';?>
<?php include '../../common/view/footer.html.php';?>