mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
GIT_SILENT Fix password autofill after d8a706f3
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
parent
c978521e33
commit
2b64efc7f7
|
@ -232,7 +232,7 @@ QString Scripts::completeFormData(const QByteArray &data)
|
||||||
" var type = input.type.toLowerCase();"
|
" var type = input.type.toLowerCase();"
|
||||||
" if (type != 'text' && type != 'password' && type != 'email')"
|
" if (type != 'text' && type != 'password' && type != 'email')"
|
||||||
" continue;"
|
" continue;"
|
||||||
" if (input.name == key && input.name != "") {"
|
" if (input.name == key && input.name != '') {"
|
||||||
" input.value = val;"
|
" input.value = val;"
|
||||||
" input.dispatchEvent(new Event('change'));"
|
" input.dispatchEvent(new Event('change'));"
|
||||||
" }"
|
" }"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user