[Pkg-mozext-commits] [useragentswitcher] 03/14: Revert "Unapply patches"
David Prévot
taffit at moszumanska.debian.org
Fri May 1 15:40:19 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository useragentswitcher.
commit fd1919b2954480054d18a69ad50d0806bb5e1eb8
Author: David Prévot <david at tilapin.org>
Date: Fri May 1 10:30:31 2015 -0400
Revert "Unapply patches"
This reverts commit 4609bfe725cbef7849ba8090e4b5f95e7e5c391b.
---
content/useragentswitcher/upgrade.js | 7 +++++--
install.rdf | 4 ++--
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/content/useragentswitcher/upgrade.js b/content/useragentswitcher/upgrade.js
index 3cfec6c..80d777e 100644
--- a/content/useragentswitcher/upgrade.js
+++ b/content/useragentswitcher/upgrade.js
@@ -162,11 +162,14 @@ var UserAgentSwitcherUpgrade =
// Opens the upgrade page
openUpgradePage: function()
{
- var windowContent = window.getBrowser();
+/* var windowContent = window.getBrowser();
windowContent.removeEventListener("load", UserAgentSwitcherUpgrade.openUpgradePage, false);
- window.setTimeout(function() { windowContent.selectedTab = windowContent.addTab("http://chrispederick.com/work/user-agent-switcher/installed/" + UserAgentSwitcherUpgrade.getVersion().replace(/\./g, "") + "/"); }, 0);
+ window.setTimeout(function() { windowContent.selectedTab =
+ windowContent.addTab("http://chrispederick.com/work/user-agent-switcher/installed/"
+ + UserAgentSwitcherUpgrade.getVersion().replace(/\./g, "") + "/"); },
+ 0);*/
},
// Parses the version number
diff --git a/install.rdf b/install.rdf
index 57cb56e..86400a5 100644
--- a/install.rdf
+++ b/install.rdf
@@ -24,7 +24,7 @@
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
- <em:maxVersion>4.0.*</em:maxVersion>
+ <em:maxVersion>*</em:maxVersion>
<em:minVersion>1.0</em:minVersion>
</Description>
</em:targetApplication>
@@ -50,4 +50,4 @@
</Description>
</em:targetApplication>
</Description>
-</RDF>
\ No newline at end of file
+</RDF>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/useragentswitcher.git
More information about the Pkg-mozext-commits
mailing list