ソースを参照

Disable custom themes

simov 6 年 前
コミット
69360d466b
2 ファイル変更2 行追加2 行削除
  1. 1 1
      options/index.js
  2. 1 1
      test/index.js

+ 1 - 1
options/index.js

@@ -7,7 +7,7 @@ m.mount(document.querySelector('main'), {
     // allowed origins
     origins.render(),
     // custom themes
-    themes.render(),
+    // themes.render(),
   ]
 })
 

+ 1 - 1
test/index.js

@@ -17,7 +17,7 @@ var tests = [
   'defaults-options',
 
   'popup-options',
-  'custom-themes',
+  // 'custom-themes',
 
   'origin-add',
   'origin-match',