mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 05:31:42 +00:00
allow autocompletion
This commit is contained in:
parent
92ddf1b4b7
commit
6245a53bae
|
@ -133,7 +133,7 @@ $(document).ready( function() {
|
||||||
'id'=>'login',
|
'id'=>'login',
|
||||||
'name'=>'login',
|
'name'=>'login',
|
||||||
'placeholder'=>'login',
|
'placeholder'=>'login',
|
||||||
'autocomplete'=>'off',
|
'autocomplete'=>'on',
|
||||||
'required'=>true
|
'required'=>true
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user