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