frontend for bookmark menu
This commit is contained in:
@@ -14,7 +14,7 @@ export function enhance(_, __, el) {
|
||||
if (el.disabled) {
|
||||
el.disabled = false;
|
||||
if (el.title.search('JavaScript') !== -1) {
|
||||
el.title = '';
|
||||
el.removeAttribute('title');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user