Offending line;
var hiddenArray = ($.cookie('AHB_hidden') !== undefined) ? $.parseJSON($.cookie('AHB_hidden')) : [];
returning $.cookie() is not a function.

| Comment | File | Size | Author |
|---|---|---|---|
| #2 | openy-3150659-2.patch | 455 bytes | aaronchristian |
| Screen Shot 2020-06-10 at 10.43.25 AM.png | 36.5 KB | aaronchristian |
Comments
Comment #2
aaronchristian commentedComment #3
podarokComment #4
podarokthank you, merged