diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-08-17 11:53:38 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-08-17 11:53:38 +0200 |
commit | 2c7ad6773651acd87683f365ef10c2c137b3e6c3 (patch) | |
tree | 2e01c3899378408c43cd58802acaa0b1d7d7748e /articles/ui | |
parent | a331666cc1f06eb7e83eaa280f5d0e8521fc1aa4 (diff) |
missing file
Diffstat (limited to 'articles/ui')
-rw-r--r-- | articles/ui/figs/taler-presence-js.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/articles/ui/figs/taler-presence-js.html b/articles/ui/figs/taler-presence-js.html new file mode 100644 index 000000000..9b54a7b53 --- /dev/null +++ b/articles/ui/figs/taler-presence-js.html @@ -0,0 +1,10 @@ +<script src="taler-wallet-lib.js"></script> +<script> + taler.onPresent(() => { + + }); + + taler.onAbsent(() => { + alert("Taler isn't installed"); + }); +</script> |