summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-06-28 11:14:26 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-06-28 11:14:26 +0200
commit5f59e77019e20e4d905257f4c332c39a7a6e4549 (patch)
treec46c055c17e48512690208fce6d08bf5dd760fb2
parent70e78b962e3227f34fed461f60583b2d3c056351 (diff)
downloadlanding-5f59e77019e20e4d905257f4c332c39a7a6e4549.tar.gz
landing-5f59e77019e20e4d905257f4c332c39a7a6e4549.tar.bz2
landing-5f59e77019e20e4d905257f4c332c39a7a6e4549.zip
fix log message
-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";