From a04ae64947526a543e2ee31d1a7433b6c25e7c1a Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 15 Feb 2016 20:46:33 -0800 Subject: [PATCH] Drop StrawPoll titles for now due to lack of CORS. --- src/Linkification/Embedding.coffee | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Linkification/Embedding.coffee b/src/Linkification/Embedding.coffee index 064921c5d..23b78600f 100644 --- a/src/Linkification/Embedding.coffee +++ b/src/Linkification/Embedding.coffee @@ -255,9 +255,6 @@ Embedding = el: (a) -> $.el 'iframe', src: "//strawpoll.me/embed_1/#{a.dataset.uid}" - title: - api: (uid) -> "https://strawpoll.me/api/v2/polls/#{uid.match(/\d+/)[0]}" - text: (_) -> _.title , key: 'TwitchTV' regExp: /^\w+:\/\/(?:www\.)?twitch\.tv\/(\w[^#\&\?]*)/