1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-16 03:43:34 +01:00

Fix some zi/zo issues.

This commit is contained in:
Kris Maglione
2009-03-30 01:16:39 -04:00
parent a8f41faf4e
commit 7e068d4f9e
7 changed files with 40 additions and 71 deletions

View File

@@ -138,16 +138,6 @@ const config = { //{{{
function () { SBSubscribe(); }]
],
focusChange: function() {
// Switch to -- PLAYER -- mode for Songbird Media Player.
if (config.isPlayerWindow)
liberator.mode = modes.PLAYER;
else
liberator.mode = modes.NORMAL;
},
hasTabbrowser: true,
//TODO : Write intro.html and tutorial.html
// they are sorted by relevance, not alphabetically
helpFiles: [
@@ -159,20 +149,12 @@ const config = { //{{{
"developer.html", "various.html", "index.html", "version.html"
],
optionDefaults: {
stal: 0,
},
scripts: [
"bookmarks.js",
"tabs.js",
"player.js",
],
stop: function() {
getBrowser().mCurrentBrowser.stop();
},
init: function ()
{
//Adding a mode for Player