default for ignore value
This commit is contained in:
@@ -2,7 +2,8 @@ function loadOptions() {
|
||||
return browser.storage.local.get({
|
||||
globals: {
|
||||
width: 3,
|
||||
orientation: 'vertical'
|
||||
orientation: 'vertical',
|
||||
ignore: ''
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user