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