[Pkg-mozext-commits] [wot] 05/09: Fixed another bug; version is updated to 20150708

David Prévot taffit at moszumanska.debian.org
Sat Jul 11 22:49:47 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 c2b3100a9dd1f988c8e2e7125333699552f65e0f
Author: Sergey Andryukhin <sorgoz at yandex.com>
Date:   Wed Jul 8 21:34:51 2015 +0300

    Fixed another bug; version is updated to 20150708
---
 content/config.js | 4 ++--
 content/core.js   | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/content/config.js b/content/config.js
index c4187bc..20c55a8 100644
--- a/content/config.js
+++ b/content/config.js
@@ -1,6 +1,6 @@
 /*
 	config.js
-	Copyright © 2005 - 2015  WOT Services Oy <info at mywot.com>
+	Copyright © 2005 - 2015 WOT Services Oy <info at mywot.com>
 
 	This file is part of WOT.
 
@@ -21,7 +21,7 @@
 "use strict";
 
 const WOT_PLATFORM = "firefox";
-const WOT_VERSION  = "20150705";
+const WOT_VERSION  = "20150708";
 
 /*
  * Constants
diff --git a/content/core.js b/content/core.js
index 0a68ae0..f60d37c 100755
--- a/content/core.js
+++ b/content/core.js
@@ -325,6 +325,7 @@ var wot_core =
 	tabselect: function(event)
 	{
 		try {
+			wot_core.update();      // once the tab is selected, update the state
 			var browser = getBrowser().selectedTab;
 			var tabUrl = event.target.linkedBrowser.currentURI.spec;
 			wot_stats.focus(tabUrl);

-- 
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