Skip to content

Commit

Permalink
Fix for Issue #2, Datum wird jetzt automatisch bei jedem öffnen der E…
Browse files Browse the repository at this point in the history
…rfassungsmaske auf das aktuelle Datum gesetzt
  • Loading branch information
wolfgang-wiedermann committed Feb 24, 2014
1 parent d4ad10f commit 41dd3d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion html/manifest.php
Expand Up @@ -3,7 +3,7 @@
?> ?>
CACHE MANIFEST CACHE MANIFEST
# Version im Kommentar ändern um einen Update des Apps zu erzwingen # Version im Kommentar ändern um einen Update des Apps zu erzwingen
# App-Version: 0.1.00 # App-Version: 0.1.01
# ------------------- # -------------------


CACHE: CACHE:
Expand Down
2 changes: 2 additions & 0 deletions html/parts/buchung_form.php
Expand Up @@ -40,6 +40,8 @@


showErfassen : function() { showErfassen : function() {
$(".content_form").hide(); $(".content_form").hide();
// Aktuelles Datum setzen
model.buchung().datum(JSON.stringify(new Date()).substring(1,11));
$("#buchung_form_erfassung").show(); $("#buchung_form_erfassung").show();
}, },


Expand Down

0 comments on commit 41dd3d4

Please sign in to comment.