Fix indent and space
This commit is contained in:
parent
112e2f0ca9
commit
c3169839d7
|
@ -16,12 +16,12 @@ browser.storage.onChanged.addListener(showMenu);
|
|||
S.init().then(function () {
|
||||
showMenu();
|
||||
});
|
||||
|
||||
function showMenu() {
|
||||
if (S.get().ifShowMenu) {
|
||||
menuRemove();
|
||||
menuCreate();
|
||||
}
|
||||
else menuRemove();
|
||||
} else menuRemove();
|
||||
}
|
||||
|
||||
function initialSetting() {
|
||||
|
|
Loading…
Reference in a new issue