mirror of
https://github.com/miniflux/v2.git
synced 2025-08-06 17:41:00 +00:00
refactor(js): add jshint check for strict comparison
This commit is contained in:
parent
605eeb4525
commit
91f9a7650e
5 changed files with 12 additions and 11 deletions
|
@ -17,7 +17,7 @@ class KeyboardHandler {
|
|||
return;
|
||||
}
|
||||
|
||||
if (key != "Enter") {
|
||||
if (key !== "Enter") {
|
||||
event.preventDefault();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue