Skip to content

Commit

Permalink
Disable "moveToSeaMonkeyStatusBar" option by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Infocatcher committed Sep 6, 2012
1 parent facc515 commit 9292996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cookies_Permissions/cookiesPermissions.js
Expand Up @@ -30,7 +30,7 @@ var options = {
moveToSeaMonkeyStatusBar: {
// Move button to Status Bar, only for SeaMonkey
// Be careful, has some side-effects and button can't be edited w/o restart
enabled: true,
enabled: false,
insertAfter: "popupIcon,statusbar-progresspanel"
// Like https://developer.mozilla.org/en-US/docs/XUL/Attribute/insertafter
// Also looks for nodes with "cb_id" attribute
Expand Down

0 comments on commit 9292996

Please sign in to comment.