Added a message to remind the user to refresh the game hall after saving their deck.

This commit is contained in:
Christian 'ketura' McCarty
2022-12-09 16:54:15 -06:00
parent bac3670e35
commit cbf6fed1aa

View File

@@ -829,7 +829,7 @@ var GempLotrDeckBuildingUI = Class.extend({
else
this.comm.saveDeck(this.deckName, that.formatSelect.val(), this.notes, deckContents, function (xml) {
that.deckModified(false);
alert("Deck was saved");
alert("Deck was saved. Refresh the Game Hall to see it!");
}, {
"400":function () {
alert("Invalid deck format.");