Skip to content

Commit

Permalink
Fix mantap.in
Browse files Browse the repository at this point in the history
  • Loading branch information
devnoname120 committed Sep 28, 2014
1 parent e1722e6 commit 3183480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sites/link/mantap.in.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $.register({
ready: function () {
'use strict';

var a = $('a.redirect');
var a = $('a.redirect, a[target=_blank][rel=nofollow]');
$.openLink(a.href);
},
});
Expand Down

0 comments on commit 3183480

Please sign in to comment.