summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-04-28 17:37:57 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-08-15 19:55:39 +0200
commit415f9506873ac8a9ccec5353768fe149b1a98712 (patch)
tree0264176626380a9a3ea061a7c27af39a2b3d6c8e /js
parentf4abfbb488c878f667181745f3347eadf0c88071 (diff)
downloadwvs-vplan-415f9506873ac8a9ccec5353768fe149b1a98712.tar.gz
wvs-vplan-415f9506873ac8a9ccec5353768fe149b1a98712.zip
typo
Diffstat (limited to 'js')
-rw-r--r--js/.index.js.swpbin45056 -> 0 bytes
-rw-r--r--js/index.js2
2 files changed, 1 insertions, 1 deletions
diff --git a/js/.index.js.swp b/js/.index.js.swp
deleted file mode 100644
index 3a7f14c..0000000
--- a/js/.index.js.swp
+++ /dev/null
Binary files differ
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')