Revert "Somehow a missing expression that affects playtest but not prod??"

This reverts commit b42b4b05c8.
This commit is contained in:
Christian 'ketura' McCarty
2025-04-29 02:58:27 -05:00
parent b42b4b05c8
commit 5ba90edcc5

View File

@@ -69,12 +69,6 @@ var GempLotrDeckBuildingUI = Class.extend({
this.collectionType = "default"; this.collectionType = "default";
$.expr[':'].cardId = function (obj, index, meta, stack) {
var cardIds = meta[3].split(",");
var cardData = $(obj).data("card");
return (cardData != null && ($.inArray(cardData.cardId, cardIds) > -1));
};
this.cardFilter = new CardFilter($("#collectionDiv"), this.cardFilter = new CardFilter($("#collectionDiv"),
function (filter, start, count, callback) { function (filter, start, count, callback) {
that.comm.getCollection(that.collectionType, filter, start, count, function (xml) { that.comm.getCollection(that.collectionType, filter, start, count, function (xml) {