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