Zeiterfassung

Bugfix:
* Abschluss Abbrechen Button hat nicht immer geladen -> fix
This commit is contained in:
Daniel Spitzer
2025-01-02 23:20:07 +01:00
parent 8100e9c8d3
commit 4eaed59707

View File

@@ -319,11 +319,12 @@
var pageLength = 100;
var initc=3;
var adminc=0;
$(document).ready(function () {
<?php if ($me->superexpertEnabled()): ?>
adminc=1;
<?php if ($me->superexpertEnabled()): ?>
adminc=1;
<?php endif; ?>
$(document).ready(function () {
<?php endif; ?>
$('body').on('click', '#bmd-export', function () {