Skip to content

Commit

Permalink
Add (commented) code to move button to Status Bar in SeaMonkey
Browse files Browse the repository at this point in the history
  • Loading branch information
Infocatcher committed Sep 5, 2012
1 parent abda9da commit 854f870
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cookies_Permissions/cookiesPermissions.js
Expand Up @@ -27,6 +27,11 @@ var options = {
prefillMode: 1, // 0 - move caret to start, 1 - select all, 2 - move caret to end
};

// Uncomment following to move button to Status Bar in SeaMonkey:
// (Be careful, has some side-effects and button can't be edited w/o restart)
//this.classList.remove("toolbarbutton-1");
//document.getElementById("statusbar-display").appendChild(this);

function _localize(sid) {
var strings = {
en: {
Expand Down

0 comments on commit 854f870

Please sign in to comment.