Fixed bug with autocompletion on capitalized leters. Updated to 0.19.7

This commit is contained in:
Daniel Xie
2017-06-03 15:51:18 -05:00
parent 474ba223f2
commit ce8257fb0c
5 changed files with 18 additions and 6 deletions
+7
View File
@@ -1099,6 +1099,13 @@ var Engine = {
document.getElementById("world-menu-link").removeAttribute("class");
document.getElementById("tutorial-menu-link").removeAttribute("class");
//Changelog
document.getElementById("changelog-link").addEventListener("click", function() {
gameOptionsBoxClose();
dialogBoxCreate(CONSTANTS.Changelog);
return false;
});
//DEBUG Delete active Scripts on home
document.getElementById("debug-delete-scripts-link").addEventListener("click", function() {
console.log("Deleting running scripts on home computer");