Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Miner49ur committed Sep 8, 2024
1 parent 42349f4 commit 7aa1424
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions payloads/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,15 +179,6 @@ class DefaultExtensionCapabilities {
// navButton.textContent = "Navigate";
const previewButton = document.createElement("button");
previewButton.textContent = "Preview";
if (chrome.scripting) {
const runButton = document.createElement("button");
runButton.textContent = "Run";
runButton.onclick = function (ev) {
runCode(true, info.id);
}

div.appendChild(runButton);
}

// navButton.onclick = function (ev) {
// const inp = div.querySelector("input");
Expand Down

0 comments on commit 7aa1424

Please sign in to comment.