Feat: Game Rounds and Damage Log.
This commit is contained in:
@@ -118,8 +118,6 @@ export default class PageMtgGames extends TableBasePage {
|
||||
|
||||
const games = [gameData];
|
||||
const comment = 'Create new game';
|
||||
debugger;
|
||||
// const self = this;
|
||||
API.saveGame(games, form, comment)
|
||||
.then(data => {
|
||||
if (data[flagStatus] == flagSuccess) {
|
||||
@@ -127,7 +125,6 @@ export default class PageMtgGames extends TableBasePage {
|
||||
Utils.consoleLogIfNotProductionEnvironment('Records saved!');
|
||||
Utils.consoleLogIfNotProductionEnvironment('Data received:', data);
|
||||
}
|
||||
// this.callFilterTableContent(data[attrGameId]); // gameData.game_id
|
||||
const gamePageHash = `${hashPageGame}/${data[attrGameId]}`;
|
||||
let filtersJson = {};
|
||||
this.leave();
|
||||
|
||||
Reference in New Issue
Block a user