From 2c7f8a0da50a0808f2390aae7795e077f2f2eef6 Mon Sep 17 00:00:00 2001 From: Cedric Simon Date: Tue, 4 Jul 2017 21:36:36 +0900 Subject: [PATCH] fix target _blank that were impacting all links --- mastodon.widget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon.widget.js b/mastodon.widget.js index 4e48fcf..01f9054 100644 --- a/mastodon.widget.js +++ b/mastodon.widget.js @@ -184,7 +184,7 @@ MastodonApi.prototype.listStatuses = function() { } // fix content link target - $('a', this.widget).attr('target', '_blank'); + $('a', mapi.widget).attr('target', '_blank'); } ,error: function(d_) { //console.log( d_ );