rapids/docs/javascripts/extra.js

6 lines
345 B
JavaScript
Raw Normal View History

2020-11-19 00:41:48 +01:00
window.addEventListener("DOMContentLoaded", function() {
if(!window.location.pathname.endsWith("/latest/")){
2020-11-19 01:25:43 +01:00
document.querySelector("div[data-md-component=announce]").innerHTML = "<div id='announce-msg'>You are seeing the docs for a previous version of RAPIDS, <a href='latest/'>click here to go to the latest</a></div>"
}
2020-11-19 00:41:48 +01:00
});