We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e1adb commit 74e9148Copy full SHA for 74e9148
1 file changed
src/assets/javascripts/services.js
@@ -46,7 +46,7 @@ function regexArray(service, url, config, options, frontend) {
46
)
47
}
48
if (service === "twitter" && options["twitter"].disableTwimg) {
49
- targetList = targetList.splice(2)
+ targetList = targetList.splice(2, 1)
50
51
52
for (const targetString in targetList) {
0 commit comments