fix target _blank that were impacting all links

This commit is contained in:
Cedric Simon 2017-07-04 21:36:36 +09:00 committed by GitHub
parent 2aa82b6a9f
commit 2c7f8a0da5

View file

@ -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_ );