summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 0633b1c..4928186 100644
--- a/index.html
+++ b/index.html
@@ -43,7 +43,7 @@
}
}
function handleAbsent() {
- console.log("handling onPresent event");
+ console.log("handling onAbsent event");
var xs = document.querySelectorAll(".taler-not-installed");
for (var i = 0; i < xs.length; i++) {
xs[i].style.display = "inherit";