Version eins hoch, Bugs

This commit is contained in:
holger.trampe 2021-03-17 11:06:26 +01:00
parent ac5f93c340
commit 70a278754f
4 changed files with 6 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
dump.rdb
media/agencymain/*
media/agencydata/*
!media/default.jpg

BIN
dump.rdb

Binary file not shown.

View File

@ -195,7 +195,8 @@ Gleitzeitkonto:
});
}
function endBreak(){
function endBreak()
{
isbreak = false;
$("#timemanagement_clock").click(function(e){
e.stopPropagation();
@ -214,9 +215,9 @@ Gleitzeitkonto:
},
success: function( data )
{
console.log("break end add " + data["actualbreaktime"]);
breaktime = data["actualbreaktime"];
$("#breaksum").html(convertMS(data["actualbreaktime"]));
}
});
}

View File

@ -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>