added delete timesheet records action for users #67 (#72)

This commit is contained in:
Kevin Papst
2018-01-09 21:47:32 +01:00
committed by GitHub
parent 03896e3a1a
commit 42bf4f41f7
6 changed files with 39 additions and 6 deletions

View File

@@ -93,7 +93,7 @@
<script type="text/javascript">
$(document).ready(function () {
$('.dropdown-toggle').dropdown();
$(document).kimai({imagePath: '{{ asset('images') }}'});
$(document).kimai({imagePath: '{{ asset('images') }}', confirmDelete: '{{ 'confirm.delete'|trans }}'});
//$(document).kimai('pauseRecord', 'li.messages-menu ul.menu li');
});
</script>