mirror of
https://github.com/tim-krehan/shopping-list.git
synced 2024-11-23 22:30:41 +01:00
fixed double json extension while downloading error file
This commit is contained in:
parent
5f18b295a4
commit
5772c3f9f5
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ $(document).ready(function(){
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
infoPopUp("Nicht alle Rezepte konnten Importiert werden!", 1000);
|
infoPopUp("Nicht alle Rezepte konnten Importiert werden!", 1000);
|
||||||
downloadObjectAsJson(JSON.parse(data), "failed_recipe_import.json");
|
downloadObjectAsJson(JSON.parse(data), "failed_recipe_import");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue