diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-04-24 16:02:00 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 19:46:57 +0200 |
| commit | 4e8722381506af686e230e7b7c5213beef0a588c (patch) | |
| tree | 4ce6630206bd2976fd716ce0b967794cd65468d2 | |
| parent | 00bf4f0179535f2fa501532b818932cfdb953094 (diff) | |
| download | wvs-vplan-4e8722381506af686e230e7b7c5213beef0a588c.tar.gz wvs-vplan-4e8722381506af686e230e7b7c5213beef0a588c.zip | |
typo
| -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 9e618a0..2e2bc2f 100644 --- a/js/index.js +++ b/js/index.js @@ -77,7 +77,7 @@ function addSocialButton(vdate, msg, $div){ .text('Teile die Vertretungen') .click(function(){ - window.plugins.socialsharing.share('Hey Leute! Laut der WvS-VPlan-App gibt es folgende Vertretungen am ' + datestr + ' : ' + msg); + window.plugins.socialsharing.share('Hey Leute! Laut der WvS-VPlan-App gibt es folgende Vertretungen am ' + datestr + ': ' + msg); console.log('Vertretungsplan geteilt: ' + datestr); }) |
