From fbc5e6d26c466e566766641cb54088c551c80a60 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 24 Apr 2018 23:21:54 -0400 Subject: [PATCH] fix https://github.com/uBlockOrigin/uBlock-issues/issues/22 --- src/js/popup.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/js/popup.js b/src/js/popup.js index 51bfb7ae7..01d17ef20 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -579,6 +579,11 @@ var renderOnce = function() { uDom.nodeFromId('appname').textContent = popupData.appName; uDom.nodeFromId('version').textContent = popupData.appVersion; + // https://github.com/uBlockOrigin/uBlock-issues/issues/22 + if ( popupData.advancedUserEnabled !== true ) { + uDom('#firewallContainer [data-i18n-tip][data-src]').removeAttr('data-tip'); + } + // For large displays: we do not want the left pane -- optional and // hidden by defaut -- to dictate the height of the popup. The right pane // dictates the height of the popup, and the left pane will have a