1
0
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:
Doug Kearns
2009-04-03 01:58:42 +11:00
parent 0bbead8d2f
commit c4fa8c6098
2 changed files with 5 additions and 1 deletions

View File

@@ -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)