提交 472e30cd 编写于 作者: D Dave Risney

Ensure the Try Again button actually disappears when selected in Internet Explorer

上级 29e4b85f
...@@ -114,5 +114,7 @@ HTMLActuator.prototype.message = function (won) { ...@@ -114,5 +114,7 @@ HTMLActuator.prototype.message = function (won) {
}; };
HTMLActuator.prototype.clearMessage = function () { HTMLActuator.prototype.clearMessage = function () {
this.messageContainer.classList.remove("game-won", "game-over"); // IE only takes one value to remove at a time.
this.messageContainer.classList.remove("game-won");
this.messageContainer.classList.remove("game-over");
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册