mirror of
https://github.com/nicolabs/mastodon-timeline-widget.git
synced 2026-04-11 00:15:06 +02:00
fix target _blank that were impacting all links
This commit is contained in:
parent
2aa82b6a9f
commit
2c7f8a0da5
|
|
@ -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_ );
|
||||
|
|
|
|||
Loading…
Reference in a new issue