summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominique Hofmann <hofmann.dominique@bluewin.ch>2019-06-02 22:11:56 +0200
committerDominique Hofmann <hofmann.dominique@bluewin.ch>2019-06-02 22:11:56 +0200
commitcf5884b2bafa9345db8ad8ee5dc7963507fc2e5c (patch)
tree244302527b95e926ecc0af2d5fe98dfca83abde3
parent7921b91db2d85528a804b624ec062068f4888e60 (diff)
downloadwoocommerce-taler-cf5884b2bafa9345db8ad8ee5dc7963507fc2e5c.tar.gz
woocommerce-taler-cf5884b2bafa9345db8ad8ee5dc7963507fc2e5c.tar.bz2
woocommerce-taler-cf5884b2bafa9345db8ad8ee5dc7963507fc2e5c.zip
FINAL COMMIT
-rw-r--r--src/GNU-taler-payment/js/WalletDetection.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GNU-taler-payment/js/WalletDetection.js b/src/GNU-taler-payment/js/WalletDetection.js
index 8c63c37..d2b1df5 100644
--- a/src/GNU-taler-payment/js/WalletDetection.js
+++ b/src/GNU-taler-payment/js/WalletDetection.js
@@ -14,7 +14,7 @@ function detectWallet() {
if ((sUsrAg.indexOf("Firefox") > -1) || (sUsrAg.indexOf("Opera") > -1 || sUsrAg.indexOf("OPR") > -1) || (sUsrAg.indexOf("Chrome") > -1)) {
//Mozilla Firefox, Opera or Google Chrome
taler.onAbsent(() => {
- console.log("I'm not here")
+ //Does nothing
});
} else if ((sUsrAg.indexOf("Trident") > -1) || (sUsrAg.indexOf("Edge") > -1) || (sUsrAg.indexOf("Safari") > -1)) {
//Microsoft Internet Explorer, Microsoft edge or Apple Safari