Enable building of the Tab Panel again
This commit is contained in:
parent
dd04e8cfc1
commit
1937a7785c
1 changed files with 0 additions and 3 deletions
|
@ -6,9 +6,6 @@ import os
|
||||||
|
|
||||||
extensions = os.listdir ('extensions')
|
extensions = os.listdir ('extensions')
|
||||||
for extension in extensions:
|
for extension in extensions:
|
||||||
# Tab Panel isn't useful at this point
|
|
||||||
if extension == 'tab-panel':
|
|
||||||
continue
|
|
||||||
# Adblock is incomplete and not ready for release
|
# Adblock is incomplete and not ready for release
|
||||||
if extension == 'adblock.c':
|
if extension == 'adblock.c':
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in a new issue