mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-24 14:25:48 +01:00
Revert "Enable the service pane hide/show button in the media tab."
This reverts commit 6dff9489f5e878fbd50335acbd1ffea42570b777.
This commit is contained in:
@@ -10,7 +10,6 @@
|
|||||||
* add :displaypane and :dpclose
|
* add :displaypane and :dpclose
|
||||||
* rename :filter to :queue and :Filter to :filter
|
* rename :filter to :queue and :Filter to :filter
|
||||||
* add 'repeat' and 'shuffle'
|
* add 'repeat' and 'shuffle'
|
||||||
* the service pane show/hide button is active on the media tab
|
|
||||||
|
|
||||||
2009-03-28:
|
2009-03-28:
|
||||||
* version 0.1
|
* version 0.1
|
||||||
|
|||||||
@@ -180,10 +180,7 @@ const config = { //{{{
|
|||||||
init: function ()
|
init: function ()
|
||||||
{
|
{
|
||||||
// Adding a mode for Player
|
// Adding a mode for Player
|
||||||
//modes.addMode("PLAYER");
|
//modes.addMode("PLAYER"); // Player mode for songbird
|
||||||
|
|
||||||
// enable the service pane hide/show button in the media tab
|
|
||||||
document.getElementById("servicepane-status-bar-box").childNodes[0].disabled = false
|
|
||||||
|
|
||||||
// TODO: support 'nrformats'? -> probably not worth it --mst
|
// TODO: support 'nrformats'? -> probably not worth it --mst
|
||||||
function incrementURL(count)
|
function incrementURL(count)
|
||||||
|
|||||||
Reference in New Issue
Block a user