Merge branch '3.0'
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / js / WoltLabSuite / Core / Ui / Message / Share.js
index f8d17012c2ae4aa790a0d36ec01f1702069af3c1..e3a75a55e782a339c79ca97f6e5b15cc6a0b155a 100644 (file)
@@ -57,7 +57,7 @@ define(['EventHandler'], function(EventHandler) {
                                        whatsApp: {
                                                link: elBySel('.jsShareWhatsApp', container),
                                                share: (function() {
-                                                       window.location.href = 'whatsapp://send?text=' + this._pageDescription + '%20' + this._pageUrl;
+                                                       window.location.href = 'https://api.whatsapp.com/send?text=' + this._pageDescription + '%20' + this._pageUrl;
                                                }).bind(this)
                                        }
                                };