summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.js b/index.js
index eae5fb3..da1167b 100644
--- a/index.js
+++ b/index.js
@@ -35,8 +35,8 @@ let CW = function(){
cursor.direction = "down";
me.innerHTML = "▼";
} else {
- cursor = undefined;
- me.innerHTML = "";
+ cursor.direction = "right";
+ me.innerHTML = "▶";
}
}
};