From 30c94975c1fb02cd82823219a4a70afeaa09e59b Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Thu, 12 Jul 2018 23:27:10 +0200 Subject: [PATCH] reenabled ghetto url check --- js/modules/PageInfo.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/modules/PageInfo.js b/js/modules/PageInfo.js index 8843314..a79a967 100644 --- a/js/modules/PageInfo.js +++ b/js/modules/PageInfo.js @@ -163,6 +163,8 @@ class PageInfo { this.rescan(RescanReason.URL_CHANGE); this.lastUrl = window.location.href; } + + this.scheduleUrlCheck(); } initArDetection(){