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 () {
|
S.init().then(function () {
|
||||||
showMenu();
|
showMenu();
|
||||||
});
|
});
|
||||||
|
|
||||||
function showMenu() {
|
function showMenu() {
|
||||||
if (S.get().ifShowMenu) {
|
if (S.get().ifShowMenu) {
|
||||||
menuRemove();
|
menuRemove();
|
||||||
menuCreate();
|
menuCreate();
|
||||||
}
|
} else menuRemove();
|
||||||
else menuRemove();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function initialSetting() {
|
function initialSetting() {
|
||||||
|
|
Loading…
Reference in a new issue