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