Skip to content

Commit 897f837

Browse files
committed
Remove inline onclick handler for Open DevTools button in index.html as it is already in the renderer process
1 parent 1b162ab commit 897f837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h2 class="modal-h2">About</h2>
106106
<p id="chromeVersion" class="version">Chrome Version: </p>
107107
</div>
108108
<button class="about-button" onclick="checkForUpdates()">Check for Updates</button>
109-
<button class="about-button" id="open-dev-tools" onclick="window.API.openDevTools()">Open DevTools</button>
109+
<button class="about-button" id="open-dev-tools">Open DevTools</button>
110110
<button class="about-button" id="open-theme-editor">Open Theme Editor</button>
111111
</div>
112112
</div>

0 commit comments

Comments
 (0)