Fix minore

This commit is contained in:
Pek5892 2023-12-13 17:33:01 +01:00
parent 1edc3189ff
commit e6e8ed58da
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ echo '
?>
<script>
var is_add = <?php echo empty(get('id')) ? '1' : '0' ?>;
var is_add = <?php echo empty(get('id')) ? '1' : '0'; ?>;
$(document).ready(function(){
init();