Skip to content

Commit

Permalink
Update i.js
Browse files Browse the repository at this point in the history
  • Loading branch information
litvcom authored Nov 9, 2024
1 parent 7310ddd commit 05598d5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions i.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
(function () {
'use strict';

var isPremium = true;

function create() {
var html;
var timer;
Expand Down Expand Up @@ -131,7 +129,6 @@
var _this2 = this;

lezydata = data;
console.trace();
info = new create(object);
info.create();
scroll.minus(info.render());
Expand Down Expand Up @@ -306,7 +303,6 @@
var use = new_interface;
if (!(object.source == 'tmdb' || object.source == 'cub')) use = old_interface;
if (window.innerWidth < 767) use = old_interface;
if (!isPremium) use = old_interface;
if (Lampa.Manifest.app_digital < 153) use = old_interface;
return new use(object);
};
Expand Down

0 comments on commit 05598d5

Please sign in to comment.