mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-22 09:12:58 +02:00
fix content script layout
This commit is contained in:
@@ -19,9 +19,13 @@ var callConfirmButton = makeButton(
|
||||
callConfirm);
|
||||
|
||||
contentScriptControls.appendChild(title);
|
||||
contentScriptControls.appendChild(document.createElement("br"));
|
||||
contentScriptControls.appendChild(highlightParaButton);
|
||||
contentScriptControls.appendChild(document.createElement("br"));
|
||||
contentScriptControls.appendChild(showFooButton);
|
||||
contentScriptControls.appendChild(document.createElement("br"));
|
||||
contentScriptControls.appendChild(callConfirmButton);
|
||||
contentScriptControls.appendChild(document.createElement("br"));
|
||||
|
||||
function makeButton(buttonId, buttonValue, buttonCommand) {
|
||||
var button = document.createElement("input");
|
||||
|
||||
Reference in New Issue
Block a user