mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 18:54:12 +01:00
Enable the service pane hide/show button in the media tab.
This commit is contained in:
@@ -180,7 +180,10 @@ const config = { //{{{
|
||||
init: function ()
|
||||
{
|
||||
// Adding a mode for Player
|
||||
//modes.addMode("PLAYER"); // Player mode for songbird
|
||||
//modes.addMode("PLAYER");
|
||||
|
||||
// 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
|
||||
function incrementURL(count)
|
||||
|
||||
Reference in New Issue
Block a user