scheiss iexplorer
This commit is contained in:
parent
9ea44ebc93
commit
b8325014ec
|
|
@ -467,8 +467,10 @@ def statisticCronJob(request, code):
|
||||||
if len(re.logpass) > 0:
|
if len(re.logpass) > 0:
|
||||||
agency_activerecover += 1
|
agency_activerecover += 1
|
||||||
|
|
||||||
|
|
||||||
# FILES
|
# FILES
|
||||||
|
'''
|
||||||
|
TODO: Hier bitte einmal checken, ob umbenannte Dateien auch gefunden werden können oder nicht
|
||||||
|
'''
|
||||||
allfiles = 0
|
allfiles = 0
|
||||||
try:
|
try:
|
||||||
files_data = DataFile.objects.all()
|
files_data = DataFile.objects.all()
|
||||||
|
|
|
||||||
|
|
@ -639,7 +639,8 @@ function goFastToMonth(month){
|
||||||
location.href = "/tm/abs/" + month +"/" + choosenyear
|
location.href = "/tm/abs/" + month +"/" + choosenyear
|
||||||
}
|
}
|
||||||
|
|
||||||
function recalculateChoosenDays(userid=false){
|
//function recalculateChoosenDays(userid=false){
|
||||||
|
function recalculateChoosenDays(userid){
|
||||||
seldates = [];
|
seldates = [];
|
||||||
|
|
||||||
//Click on Table
|
//Click on Table
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue