mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Fix vari
This commit is contained in:
@@ -96,11 +96,12 @@ if (empty($id_record)) {
|
||||
</form>';
|
||||
?>
|
||||
<script>
|
||||
$( document ).ready(function() {
|
||||
$(document).ready(function(){
|
||||
<?php if ($first_row){ ?>
|
||||
$('#first_row').prop('checked', true);
|
||||
$('#first_row').prop('checked', false);
|
||||
<?php } ?>
|
||||
)};
|
||||
$('#save').html( "<i class='fa fa-flag-checkered'></i> <?= 'Avvia importazione' ?> ");
|
||||
});
|
||||
</script>
|
||||
<?php
|
||||
}
|
||||
|
Reference in New Issue
Block a user