mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Benchmark buttons must be disabled by default
This commit is contained in:
parent
7a768e7b1a
commit
252656968e
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue