mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-30 06:40:02 +02:00
[Core] lint
This commit is contained in:
parent
9c009d2f15
commit
60874b093a
1 changed files with 54 additions and 53 deletions
|
@ -268,7 +268,8 @@ final class BridgeCard
|
|||
}
|
||||
}
|
||||
|
||||
$list = sprintf('<input %s id="input-%s" name="%s" type="text" list="options-%s" onmousedown="
|
||||
$list = sprintf(
|
||||
'<input %s id="input-%s" name="%s" type="text" list="options-%s" onmousedown="
|
||||
const id = \'%s\';
|
||||
const inputElement = document.getElementById(\'input-\' + id);
|
||||
const errorElement = document.getElementById(\'error-\' + id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue