@@ -7,7 +7,7 @@ m.mount(document.querySelector('main'), {
// allowed origins
origins.render(),
// custom themes
- themes.render(),
+ // themes.render(),
]
})
@@ -17,7 +17,7 @@ var tests = [
'defaults-options',
'popup-options',
- 'custom-themes',
+ // 'custom-themes',
'origin-add',
'origin-match',