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