codestyle

This commit is contained in:
Jeremy Mahieu 2020-04-05 21:06:19 +02:00
parent fc9360beea
commit 73e1af5626

View File

@ -561,7 +561,7 @@ plugins.factory('userPlugins', function() {
var regex = /^https?:\/\/(www\.)?tiktok\.com\/(.+)/i, var regex = /^https?:\/\/(www\.)?tiktok\.com\/(.+)/i,
match = url.match(regex); match = url.match(regex);
if (match){ if (match) {
return function() { return function() {
@ -569,8 +569,7 @@ plugins.factory('userPlugins', function() {
GetEmbedContent( "https://www.tiktok.com/oembed?url=" + url, element); GetEmbedContent( "https://www.tiktok.com/oembed?url=" + url, element);
function GetEmbedContent(embedurl, element) function GetEmbedContent(embedurl, element) {
{
fetch(embedurl) fetch(embedurl)
.then(function(response) { .then(function(response) {
return response.json(); return response.json();