aboutsummaryrefslogtreecommitdiffstats
path: root/js/vapi-client.js
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-09-21 16:07:45 -0500
committerJesús <heckyel@hyperbola.info>2019-09-21 16:07:45 -0500
commit3530f2f8f64de9da13b944171f22b67e9ea80edf (patch)
treee96daff581dc06b80b87b97c672118d426900fab /js/vapi-client.js
parent3fe15939f1762ee2c25de300cdfd96d864ac5111 (diff)
downloadematrix-3530f2f8f64de9da13b944171f22b67e9ea80edf.tar.lz
ematrix-3530f2f8f64de9da13b944171f22b67e9ea80edf.tar.xz
ematrix-3530f2f8f64de9da13b944171f22b67e9ea80edf.zip
Fix enable noscript-spoof
Diffstat (limited to 'js/vapi-client.js')
-rw-r--r--js/vapi-client.js6
1 files changed, 0 insertions, 6 deletions
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);