add a note about NoScript's ABE, small fix

This commit is contained in:
Obexer Christoph
2012-02-18 22:50:11 +01:00
parent 45fa47100e
commit 014c0ed98f
2 changed files with 5 additions and 0 deletions

View File

@ -68,6 +68,7 @@
statusline.style.border = '1px solid black';
statusline.style.borderBottomWidth = '0px';
statusline.style.padding = '2px 5px';
statusline.style.zIndex = 9999999;
document.body.appendChild(statusline);
loader.onload();
}());