User:HashJona/common.js: Difference between revisions
From Growtopia Wiki
More actions
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
$(function() { | $(function() { | ||
$("span.no-blank- | $("span.no-blank-target").each(function() { | ||
$(this).closest("a").removeAttr("target"); | $(this).closest("a").removeAttr("target"); | ||
}); | }); | ||
}); | }); | ||