浏览代码

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',