summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-04-23 03:08:23 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-04-23 03:08:23 +0200
commit57246eef43941301c4ca719f76b7c6b873007b34 (patch)
tree0afb08c6ae117c8e7c8bd253e61610ced8723351
parent281e923498181b4e10e730132fe7e3c75419c07b (diff)
downloadlanding-57246eef43941301c4ca719f76b7c6b873007b34.tar.gz
landing-57246eef43941301c4ca719f76b7c6b873007b34.tar.bz2
landing-57246eef43941301c4ca719f76b7c6b873007b34.zip
script
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 457a652..39cf3e4 100644
--- a/index.html
+++ b/index.html
@@ -19,7 +19,7 @@
xs[i].style.display = "inherit";
}
}
- function handlePresent() {
+ function handleAbsent() {
console.log("handling onPresent event");
var xs = document.querySelectorAll(".taler-not-installed");
for (var i = 0; i < xs.length; i++) {