RoboTwin / docs /_static /js /custom.js
Fxxkrobotics's picture
Add files using upload-large-folder tool
5a6766e verified
raw
history blame contribute delete
137 Bytes
$(document).ready(function () {
$('a[href^="http://"], a[href^="https://"]').not('a[class*=internal]').attr('target', '_blank');
});