diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-04-28 17:37:57 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 19:55:39 +0200 |
| commit | 415f9506873ac8a9ccec5353768fe149b1a98712 (patch) | |
| tree | 0264176626380a9a3ea061a7c27af39a2b3d6c8e /js/index.js | |
| parent | f4abfbb488c878f667181745f3347eadf0c88071 (diff) | |
| download | wvs-vplan-415f9506873ac8a9ccec5353768fe149b1a98712.tar.gz wvs-vplan-415f9506873ac8a9ccec5353768fe149b1a98712.zip | |
typo
Diffstat (limited to 'js/index.js')
| -rw-r--r-- | js/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/index.js b/js/index.js index 0e1b7d6..fcc83f8 100644 --- a/js/index.js +++ b/js/index.js @@ -157,7 +157,7 @@ function addNotification(vdate, msg){ /* zeigt einen Button an, mit dem die Vertretung geteilt werden kann */ function addSocialButton(vdate, msg, $div){ if(moment().isBefore(vdate)){ - var datestr = vdate.format('dddd.'); + var datestr = vdate.format('dddd'); var btn = $('<button />') .text('Teile die Vertretungen') |
