aboutsummaryrefslogtreecommitdiff
path: root/articles/ui/figs/taler-presence-js.html
diff options
context:
space:
mode:
Diffstat (limited to 'articles/ui/figs/taler-presence-js.html')
-rw-r--r--articles/ui/figs/taler-presence-js.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/articles/ui/figs/taler-presence-js.html b/articles/ui/figs/taler-presence-js.html
index 9b54a7b53..9770815f5 100644
--- a/articles/ui/figs/taler-presence-js.html
+++ b/articles/ui/figs/taler-presence-js.html
@@ -1,10 +1,9 @@
<script src="taler-wallet-lib.js"></script>
<script>
taler.onPresent(() => {
-
+ alert("Taler wallet is installed");
});
-
taler.onAbsent(() => {
- alert("Taler isn't installed");
+ alert("Taler wallet is not installed");
});
</script>