mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
Drop ctrl-key requirement in "Purge all caches" operation
Related feedback: - https://www.reddit.com/r/uBlockOrigin/comments/lrcwii/memory_use_in_roaming_profile_in_windows/goq6h4n/
This commit is contained in:
parent
ac9a3014e6
commit
972feae05d
@ -678,7 +678,7 @@ uDom('#ignoreGenericCosmeticFilters').on('change', onFilteringSettingsChanged);
|
||||
uDom('#buttonApply').on('click', ( ) => { buttonApplyHandler(); });
|
||||
uDom('#buttonUpdate').on('click', ( ) => { buttonUpdateHandler(); });
|
||||
uDom('#buttonPurgeAll').on('click', ev => {
|
||||
buttonPurgeAllHandler(ev.ctrlKey && ev.shiftKey);
|
||||
buttonPurgeAllHandler(ev.shiftKey);
|
||||
});
|
||||
uDom('#lists').on('change', '.listEntry input', onListsetChanged);
|
||||
uDom('#lists').on('click', '.listEntry .remove', onRemoveExternalList);
|
||||
|
Loading…
Reference in New Issue
Block a user