Added a popup when deck validations and other red-text errors occur
This commit is contained in:
@@ -255,6 +255,7 @@ var GempLotrHallUI = Class.extend({
|
||||
if (root.tagName == "error") {
|
||||
var message = root.getAttribute("message");
|
||||
this.chat.appendMessage(message, "warningMessage");
|
||||
alert(message);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user