Version eins hoch, Bugs
This commit is contained in:
parent
ac5f93c340
commit
70a278754f
|
|
@ -1,3 +1,4 @@
|
|||
dump.rdb
|
||||
media/agencymain/*
|
||||
media/agencydata/*
|
||||
!media/default.jpg
|
||||
|
|
|
|||
|
|
@ -195,7 +195,8 @@ Gleitzeitkonto:
|
|||
});
|
||||
}
|
||||
|
||||
function endBreak(){
|
||||
function endBreak()
|
||||
{
|
||||
isbreak = false;
|
||||
$("#timemanagement_clock").click(function(e){
|
||||
e.stopPropagation();
|
||||
|
|
@ -213,10 +214,10 @@ Gleitzeitkonto:
|
|||
action : "end_break",
|
||||
},
|
||||
success: function( data )
|
||||
{
|
||||
{
|
||||
console.log("break end add " + data["actualbreaktime"]);
|
||||
breaktime = data["actualbreaktime"];
|
||||
$("#breaksum").html(convertMS(data["actualbreaktime"]));
|
||||
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -357,7 +357,7 @@
|
|||
<a style="color: #999; text-decoration: none;" href="https://digitale-agentur.com/impressum" target="_blank">Impressum</a>
|
||||
<br />
|
||||
<br />
|
||||
Version 1.0.4
|
||||
Version 1.0.5
|
||||
<br />
|
||||
<br />
|
||||
<a href="https://www.myvve.de/" target="_blank"><img src="{% static 'users/img/VVE-Logo.png' %}" width="27%" class="mb-2"></a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue