Zeiterfassung
Bugfix: * Abschluss Abbrechen Button hat nicht immer geladen -> fix
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user