diff options
author | Jesús <heckyel@hyperbola.info> | 2019-09-21 14:31:37 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-09-21 14:31:37 -0500 |
commit | 3fe15939f1762ee2c25de300cdfd96d864ac5111 (patch) | |
tree | 55930755c21e5e729c701de6b3c417c62e6d769c /settings.html | |
parent | 648066ec2b431a23bf0134b701db3914abaf752b (diff) | |
download | ematrix-3fe15939f1762ee2c25de300cdfd96d864ac5111.tar.lz ematrix-3fe15939f1762ee2c25de300cdfd96d864ac5111.tar.xz ematrix-3fe15939f1762ee2c25de300cdfd96d864ac5111.zip |
Add help tooltip to noscript spoofing setting
Diffstat (limited to 'settings.html')
-rw-r--r-- | settings.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.html b/settings.html index 0f589fa..80cdf81 100644 --- a/settings.html +++ b/settings.html @@ -71,6 +71,8 @@ <li> <input id="noscriptTagsSpoofed" type="checkbox" data-matrix-switch="noscript-spoof"> <label data-i18n="settingsNoscriptTagsSpoofed" for="noscriptTagsSpoofed"></label> + <span class="whatisthis"></span> + <div class="whatisthis-expandable para" data-i18n="noscriptSpoofHelp"></div> </li> <li> <input id="cloudStorageEnabled" type="checkbox" data-setting-bool> |