From 4e8722381506af686e230e7b7c5213beef0a588c Mon Sep 17 00:00:00 2001 From: schneefux Date: Thu, 24 Apr 2014 16:02:00 +0200 Subject: typo --- js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/index.js') 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); }) -- cgit v1.3.1