1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-11 05:02:06 +02:00

(v2.1.1.9093) New brand names

This commit is contained in:
2024-10-06 22:30:52 +02:00
parent c588902f4c
commit ef79d22daf
16 changed files with 456 additions and 424 deletions

View File

@ -46,7 +46,10 @@ $(document).ready(function() {
}
// rename 'Package index' to 'Manual' (weird design choice to pick 'Package index')
if ($(".template-reference-index").length > 0) {
$(".template-reference-index .page-header h1").text("Manual");
document.title = document.title.replace("Package index", "Manual");
}
// remove leading newline in code examples on changelog
if ($("body .template-news").length > 0) {