Default is, that cards are NOT horizontal.

This commit is contained in:
marcins78@gmail.com
2011-11-21 19:30:55 +00:00
parent 5cd838c309
commit e4f326132f

View File

@@ -80,6 +80,7 @@ var Card = Class.extend({
return (cardNo >= 117 && cardNo <= 120);
if (setNo == 10)
return (cardNo >= 117 && cardNo <= 120);
return false;
},
getUrlByBlueprintId: function(blueprintId) {