summaryrefslogtreecommitdiff
path: root/source/features/embed-gist-via-iframe.tsx
diff options
context:
space:
mode:
authorGravatar Federico Brigante <opensource@bfred.it> 2020-04-03 19:09:49 +0200
committerGravatar GitHub <noreply@github.com> 2020-04-03 19:09:49 +0200
commit45ab67ec7f1675cc29182a993688e7a45fa429bc (patch)
tree5c364a98f368debf3b8adfdf20283803392bd84d /source/features/embed-gist-via-iframe.tsx
parent38b6947ff6b6b5b882f4f6181a9a624a894ae147 (diff)
downloadrefined-github-45ab67ec7f1675cc29182a993688e7a45fa429bc.tar.gz
refined-github-45ab67ec7f1675cc29182a993688e7a45fa429bc.tar.zst
refined-github-45ab67ec7f1675cc29182a993688e7a45fa429bc.zip
Allow multiple loaders in a single `features.add` (#2925)
Diffstat (limited to 'source/features/embed-gist-via-iframe.tsx')
-rw-r--r--source/features/embed-gist-via-iframe.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/features/embed-gist-via-iframe.tsx b/source/features/embed-gist-via-iframe.tsx
index 1c252a3f..12963b56 100644
--- a/source/features/embed-gist-via-iframe.tsx
+++ b/source/features/embed-gist-via-iframe.tsx
@@ -25,7 +25,8 @@ function init(): void {
features.add({
id: __featureName__,
description: 'Adds a menu item to embed a gist via <iframe>.',
- screenshot: 'https://user-images.githubusercontent.com/44045911/63633382-6a1b6200-c67a-11e9-9038-aedd62e4f6a8.png',
+ screenshot: 'https://user-images.githubusercontent.com/44045911/63633382-6a1b6200-c67a-11e9-9038-aedd62e4f6a8.png'
+}, {
include: [
features.isSingleGist
],