mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-04 17:57:48 +01:00
Fix minore
This commit is contained in:
parent
90a8a6527c
commit
47c65d4802
@ -72,7 +72,7 @@ echo '
|
||||
?>
|
||||
|
||||
<script>
|
||||
let is_add = <?php echo empty(get('id')) ? '1' : '0' ?>;
|
||||
var is_add = <?php echo empty(get('id')) ? '1' : '0' ?>;
|
||||
|
||||
$(document).ready(function(){
|
||||
init();
|
||||
|
Loading…
x
Reference in New Issue
Block a user