File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22 "description" : " Add sysPass integration" ,
33 "manifest_version" : 2 ,
44 "name" : " syspass" ,
5- "version" : " 1.5.0 " ,
5+ "version" : " 1.5.1 " ,
66 "homepage_url" : " https://github.com/ochorocho/syspass-firefox" ,
77 "icons" : {
88 "48" : " icons/border-48.png"
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ function selectLogin(data) {
7373 passwordField = document . querySelector ( 'input[type=password]' ) ;
7474 usernameField = passwordField . closest ( 'form' ) . querySelectorAll ( 'input[type="text"]' ) [ 0 ] ;
7575
76- if ( settings . dropdown === false ) {
76+ if ( settings . dropdown !== true ) {
7777 if ( usernameField !== undefined ) {
7878 usernameField . setAttribute ( 'autocomplete' , 'off' ) ;
7979 autocompleteField ( usernameField , list ) ;
You can’t perform that action at this time.
0 commit comments