From 67083e5a6cdfc02595770197ee160e3fdd3110ac Mon Sep 17 00:00:00 2001 From: Fabien Benetou Date: Mon, 25 Jul 2011 20:24:51 +0200 Subject: [PATCH] differenciate analysis and resulting signal --- greasemonkey/tos_inspector.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/greasemonkey/tos_inspector.user.js b/greasemonkey/tos_inspector.user.js index 4c5a74f..bc54616 100644 --- a/greasemonkey/tos_inspector.user.js +++ b/greasemonkey/tos_inspector.user.js @@ -51,14 +51,14 @@ function responseCheck(tos) { } } - tosRendering = GM_getValue("tosLastResult",'Warning ToS not found, please consider adding it.'); + tosRendering = GM_getValue("tosLastResult",'Warning ToS not found, please consider adding it.'); var myDiv = document.createElement('div'); myDiv.id = "GM_TOS_Inspector_Window"; myDiv.innerHTML += "

"+tosRendering+"

"; boxcss = 'position:fixed; right:5px; top:50px; background-color:white; z-index:1; opacity:0.9;'; boxcss += 'padding:2px; margin:1px;';