aboutsummaryrefslogtreecommitdiff
path: root/articles
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-08-17 11:53:38 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-08-17 11:53:38 +0200
commit2c7ad6773651acd87683f365ef10c2c137b3e6c3 (patch)
tree2e01c3899378408c43cd58802acaa0b1d7d7748e /articles
parenta331666cc1f06eb7e83eaa280f5d0e8521fc1aa4 (diff)
downloadwallet-core-2c7ad6773651acd87683f365ef10c2c137b3e6c3.tar.xz
missing file
Diffstat (limited to 'articles')
-rw-r--r--articles/ui/figs/taler-presence-js.html10
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>