summaryrefslogtreecommitdiff
path: root/source/features/embed-gist-inline.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/embed-gist-inline.tsx')
-rw-r--r--source/features/embed-gist-inline.tsx6
1 files changed, 1 insertions, 5 deletions
diff --git a/source/features/embed-gist-inline.tsx b/source/features/embed-gist-inline.tsx
index d6a83b1e..a333c6c1 100644
--- a/source/features/embed-gist-inline.tsx
+++ b/source/features/embed-gist-inline.tsx
@@ -51,11 +51,7 @@ function init(): void {
.forEach(embedGist);
}
-void features.add({
- id: __filebasename,
- description: 'Embeds linked gists. Not supported by Firefox.',
- screenshot: 'https://user-images.githubusercontent.com/6978877/33911900-c62ee968-df8b-11e7-8685-506ffafc60b4.PNG'
-}, {
+void features.add(__filebasename, {
include: [
pageDetect.hasComments
],