[Pkg-mozext-commits] [wot] 135/226: Update RW when current hostname has been changed

David Prévot taffit at moszumanska.debian.org
Fri May 1 00:35:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository wot.

commit deff06f8c2889d98562a37a41f30628306e6fbec
Author: Sergey Andryukhin <sorgoz at yandex.com>
Date:   Mon Sep 2 14:04:42 2013 +0300

    Update RW when current hostname has been changed
---
 content/core.js | 1 -
 content/ui.js   | 2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/content/core.js b/content/core.js
index f9ee646..22ccac4 100644
--- a/content/core.js
+++ b/content/core.js
@@ -548,7 +548,6 @@ var wot_core =
 
 	update: function()
 	{
-//        wdump("core.update()");
 		try {
 			wot_core.hostname = null;
 
diff --git a/content/ui.js b/content/ui.js
index 4dab59a..0b4b3de 100644
--- a/content/ui.js
+++ b/content/ui.js
@@ -102,6 +102,8 @@ var wot_status = {
 			} else {
 				if(type != WOT_WARNING_BLOCK) wot_warning.hide(content);
 			}
+
+            wot_rw.update();
 		} catch (e) {
 			wdump("wot_status.update: failed with " + e);
 		}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/wot.git



More information about the Pkg-mozext-commits mailing list