mirror of
https://github.com/nextcloud/passman.git
synced 2025-03-01 01:45:13 +08:00
Merge branch 'master' into fix/noid/versionnc16
This commit is contained in:
commit
8a698a77af
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
|
||||
var res = SettingsService.getSetting('searchbox_settings');
|
||||
|
||||
if(res!== ""){
|
||||
if(typeof(res) !== "undefined" && res !== null && res!== ""){
|
||||
searchfields = JSON.parse(res);
|
||||
}else{
|
||||
searchfields=defaults;
|
||||
|
|
Loading…
Reference in a new issue