mirror of
https://github.com/exane/not-gwent-online
synced 2025-10-09 07:39:08 +00:00
fix image for IE
This commit is contained in:
@@ -20,16 +20,9 @@ module.exports = {
|
||||
$.map(deck, (n, i) => {
|
||||
if(i == 'northern_realm') {
|
||||
for(var m in n) {
|
||||
//console.log(this.cards[m].type);
|
||||
this.deck.push(this.cards[m]);
|
||||
}
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
filters: {
|
||||
leader: function(deck) {
|
||||
//return deck.type == 3 ? deck : 'ne';
|
||||
}
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user