1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

Benchmark buttons must be disabled by default

This commit is contained in:
Raymond Hill 2024-03-02 08:58:49 -05:00
parent 7a768e7b1a
commit 252656968e
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -29,8 +29,8 @@
<button id="snfe-todnr" type="button">SNFE: DNR<span class="hover"></span></button>
<button id="snfe-benchmark" type="button" disabled>SNFE: Benchmark<span class="hover"></span></button>
<button id="cfe-dump" type="button">CFE: Dump<span class="hover"></span></button>
<button id="cfe-benchmark" type="button">CFE: Benchmark<span class="hover"></span></button>
<button id="sfe-benchmark" type="button">SFE: Benchmark<span class="hover"></span></button>
<button id="cfe-benchmark" type="button" disabled>CFE: Benchmark<span class="hover"></span></button>
<button id="sfe-benchmark" type="button" disabled>SFE: Benchmark<span class="hover"></span></button>
<button id="purge-all-caches" type="button" data-i18n-title="3pPurgeAll"><span data-i18n="3pPurgeAll">_</span><span class="hover"></span></button>
</div>
<div id="console" class="codeMirrorContainer"></div>