[Pkg-mozext-commits] [personasplus] 04/76: Remove PaleMoon Support (#35)

David Prévot taffit at moszumanska.debian.org
Fri Aug 4 21:45:02 UTC 2017


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

taffit pushed a commit to branch master
in repository personasplus.

commit d949d1443569461439752281146b11d692dad094
Author: derinb <baris at barisderin.com>
Date:   Wed Jul 13 23:39:15 2016 +0300

    Remove PaleMoon Support (#35)
---
 extension/modules/personas.js | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/extension/modules/personas.js b/extension/modules/personas.js
index 063ff4d..3925587 100644
--- a/extension/modules/personas.js
+++ b/extension/modules/personas.js
@@ -1268,13 +1268,7 @@ var PersonaController = {
         } else {
             var toolbarbutton = PersonaController.createToolbarButton(document);
             (document.getElementById("navigator-toolbox") || document.getElementById("mail-toolbox")).palette.appendChild(toolbarbutton);
-            //PersonaController.placeToolbarButton(window,toolbarbutton);
-            if (PersonaService.appInfo.ID != "{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}") PersonaController.placeToolbarButton(window, toolbarbutton);
-            else {
-                window.setTimeout(function() {
-                    PersonaController.placeToolbarButton(window, toolbarbutton);
-                }, 1000)
-            }
+            PersonaController.placeToolbarButton(window,toolbarbutton);
         }
         window.addEventListener("aftercustomization", PersonaController.afterCustomization, false);
     },

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



More information about the Pkg-mozext-commits mailing list