From 3be2c300b278f61a04446ad5c26bb1c18ccb4acc Mon Sep 17 00:00:00 2001 From: Jeremy Schomery Date: Sat, 11 Mar 2017 19:23:53 +0330 Subject: [PATCH] revert back localization.js changes based on https://github.com/schomery/stylish-chrome/commit/2da4a8708c93740f16a4fbc5b6978b06b4d54538#commitcomment-21270367 --- localization.js | 4 ---- popup.html | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/localization.js b/localization.js index 934d9bef..f30f814c 100644 --- a/localization.js +++ b/localization.js @@ -53,10 +53,6 @@ function tNodeList(nodes) { case "text": node.insertBefore(document.createTextNode(value), node.firstChild); break; - case "tooltip": { - node.setAttribute('title', value); - break; - } case "html": node.insertAdjacentHTML("afterbegin", value); break; diff --git a/popup.html b/popup.html index 5729ac0b..f6dcabb4 100644 --- a/popup.html +++ b/popup.html @@ -14,12 +14,12 @@
- + - +