new version of rmlworkorder

This commit is contained in:
Luca Haid
2025-07-23 20:44:25 +02:00
parent f7218ab144
commit 8621cba7ff
18 changed files with 1379 additions and 726 deletions

View File

@@ -22,11 +22,13 @@
<?php endif; ?>
<script type="text/javascript">
$(".selectpicker").selectpicker({
iconBase: "fas",
tickIcon: "check",
sanitize: false
});
if ($(".selectpicker").length) {
$(".selectpicker").selectpicker({
iconBase: "fas",
tickIcon: "check",
sanitize: false
});
}
$('.navbar-toggle').on('click', function (event) {
console.log('cracy');
$(this).toggleClass('open');