diff --git a/docs/client/full-api/docs.js b/docs/client/full-api/docs.js index 7e5a44d8c5..ddce65b0ef 100644 --- a/docs/client/full-api/docs.js +++ b/docs/client/full-api/docs.js @@ -1,9 +1,3 @@ -Meteor.startup(function () { - // Make external links open in a new tab. - // XXX doesn't work in multipage - $('a:not([href^="#"])').attr('target', '_blank'); -}); - check_links = function() { var body = document.body.innerHTML;