bug abwesenheiten
This commit is contained in:
parent
b8325014ec
commit
66468a279c
|
|
@ -642,6 +642,9 @@ function goFastToMonth(month){
|
||||||
//function recalculateChoosenDays(userid=false){
|
//function recalculateChoosenDays(userid=false){
|
||||||
function recalculateChoosenDays(userid){
|
function recalculateChoosenDays(userid){
|
||||||
seldates = [];
|
seldates = [];
|
||||||
|
if(userid==undefined){
|
||||||
|
userid = false;
|
||||||
|
}
|
||||||
|
|
||||||
//Click on Table
|
//Click on Table
|
||||||
if(userid == false){
|
if(userid == false){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue