implemented persistence of plans

This commit is contained in:
Stephan Richter
2020-09-13 00:30:15 +02:00
parent 6f7e225604
commit c3d40a66fb
4 changed files with 34 additions and 14 deletions

View File

@@ -69,7 +69,7 @@ function savePlan(ev){
$.ajax({
url : PLAN,
method : POST,
data : {action:'save',name:'default'},
data : {action:'save',name:'default'}, // todo: ask for name
success: function(resp){ addMessage(resp);}
});
return false;

View File

@@ -1,5 +1,6 @@
Actions : Aktionen
Added {} : {} hinzugefügt
Add tile : Kachel hinzufügen
Plan saved as "{}". : Plan als „{}“ gespeichert.
Save plan : Plan speichern
Unknown action\: {} : Unbekannte Aktion: {}