mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 21:45:45 +01:00
Revert "Fix some zi/zo issues."
This reverts commit b39be7b367528d9a86380c3ec5c2a6fcafd2cd22.
This commit is contained in:
@@ -138,6 +138,16 @@ 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: [
|
||||
@@ -149,12 +159,20 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user