Home | History | Annotate | Download | only in history

Lines Matching refs:links

967   // Make sure that any links in the HTML are targeting the top level.
968 var links = bar.querySelectorAll('a');
969 for (var i = 0; i < links.length; i++)
970 links[i].target = '_top';