From 3530f2f8f64de9da13b944171f22b67e9ea80edf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sat, 21 Sep 2019 16:07:45 -0500 Subject: Fix enable noscript-spoof --- js/vapi-client.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'js/vapi-client.js') diff --git a/js/vapi-client.js b/js/vapi-client.js index 68da828..2532977 100644 --- a/js/vapi-client.js +++ b/js/vapi-client.js @@ -26,12 +26,6 @@ 'use strict'; (function (self) { - if (self.vAPI === undefined) { - self.vAPI = {}; - } - - let vAPI = self.vAPI; - vAPI.setTimeout = vAPI.setTimeout || function (callback, delay, extra) { return setTimeout(function (a) { callback(a); -- cgit v1.2.3