Fixing sealed league json cap serialization snafu
This commit is contained in:
@@ -298,8 +298,8 @@ $(document).ready(
|
|||||||
if (Object.prototype.hasOwnProperty.call(sealed, prop)) {
|
if (Object.prototype.hasOwnProperty.call(sealed, prop)) {
|
||||||
//console.log(prop);
|
//console.log(prop);
|
||||||
|
|
||||||
let code = sealed[prop].Format;
|
let code = sealed[prop].format;
|
||||||
let id = sealed[prop].ID;
|
let id = sealed[prop].id;
|
||||||
let serieCount = sealed[prop].seriesProduct.length;
|
let serieCount = sealed[prop].seriesProduct.length;
|
||||||
|
|
||||||
var item = $("<option/>")
|
var item = $("<option/>")
|
||||||
|
|||||||
Reference in New Issue
Block a user