This commit is contained in:
grafixeyehero 2021-05-16 00:25:51 +03:00
parent 6fd4ce7532
commit d783b43bcd

View File

@ -1,17 +1,3 @@
/*Array.prototype.remove = function () {
let what;
const a = arguments;
let L = a.length;
let ax;
while (L && this.length) {
what = a[--L];
while ((ax = this.indexOf(what)) !== -1) {
this.splice(ax, 1);
}
}
return this;
};*/
const TraktConfigurationPage = {
pluginUniqueId: '4fe3201e-d6ae-4f2e-8917-e12bda571281',
loadConfiguration: function (userId, page) {