mirror of https://github.com/gorhill/uBlock.git
Fix class name
This commit is contained in:
parent
d3da121892
commit
5ba3055bc7
|
@ -544,7 +544,7 @@ const selectFilterLists = async ( ) => {
|
||||||
const textarea = qs$('#lists .listEntry[data-role="import"].expanded textarea');
|
const textarea = qs$('#lists .listEntry[data-role="import"].expanded textarea');
|
||||||
const toImport = textarea !== null && textarea.value.trim() || '';
|
const toImport = textarea !== null && textarea.value.trim() || '';
|
||||||
if ( textarea !== null ) {
|
if ( textarea !== null ) {
|
||||||
dom.cl.remove(textarea.closest('expandable'), 'expanded');
|
dom.cl.remove(textarea.closest('.expandable'), 'expanded');
|
||||||
textarea.value = '';
|
textarea.value = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue