Fix indent and space

This commit is contained in:
sienori 2017-12-23 03:26:33 +09:00
parent 112e2f0ca9
commit c3169839d7
2 changed files with 15 additions and 15 deletions

View file

@ -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() {