missing file
This commit is contained in:
parent
a331666cc1
commit
2c7ad67736
10
articles/ui/figs/taler-presence-js.html
Normal file
10
articles/ui/figs/taler-presence-js.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<script src="taler-wallet-lib.js"></script>
|
||||||
|
<script>
|
||||||
|
taler.onPresent(() => {
|
||||||
|
|
||||||
|
});
|
||||||
|
|
||||||
|
taler.onAbsent(() => {
|
||||||
|
alert("Taler isn't installed");
|
||||||
|
});
|
||||||
|
</script>
|
Loading…
Reference in New Issue
Block a user