diff --git a/WebContent/js/cah.constants.js b/WebContent/js/cah.constants.js index 9759cbe..2577ae6 100644 --- a/WebContent/js/cah.constants.js +++ b/WebContent/js/cah.constants.js @@ -41,6 +41,7 @@ cah.$.AjaxRequest.NICKNAME = "n"; cah.$.AjaxRequest.SCORE_LIMIT = "sl"; cah.$.AjaxRequest.CARD_ID = "cid"; cah.$.AjaxRequest.MESSAGE = "m"; +cah.$.AjaxRequest.BLANKS_LIMIT = "bl"; cah.$.AjaxRequest.SPECTATOR_LIMIT = "vL"; cah.$.AjaxRequest.SERIAL = "s"; cah.$.AjaxRequest.PASSWORD = "pw"; @@ -180,6 +181,7 @@ cah.$.GameInfo.HOST = "H"; cah.$.GameInfo.STATE = "S"; cah.$.GameInfo.PLAYERS = "P"; cah.$.GameInfo.USE_TIMER = "ut"; +cah.$.GameInfo.BLANKS_LIMIT = "bl"; cah.$.GameInfo.CARD_SETS = "css"; cah.$.GameInfo.SPECTATORS = "V"; cah.$.GameInfo.SPECTATOR_LIMIT = "vL";