diff --git a/debug/index.html b/debug/index.html
index 0a04c645..ed9b6c81 100644
--- a/debug/index.html
+++ b/debug/index.html
@@ -27,6 +27,10 @@
var simplePlayBot = new Mapillary.SimplePlayBot();
viewerSimple.activateBot(simplePlayBot);
+
+ viewerSimple.eventUI.on("moveend", function (node) {
+ console.log(node.key);
+ });