1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-12 13:41:49 +02:00

(v2.1.1.9094) fix antibiotics

This commit is contained in:
2024-10-10 16:38:20 +02:00
parent ef79d22daf
commit 94501371cd
21 changed files with 1390 additions and 440 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 384 KiB

View File

@ -59,8 +59,9 @@ $(document).ready(function() {
// make Python part more fancy - prepare for CSS
if (window.location.href.includes('AMR_for_Python')) {
$('body').addClass('amr-for-python');
$('img[src="../logo.svg"]').attr('src', '../logo_python.svg');
$('body').addClass('amr-for-python'); /* to set colours in CSS */
$('img[src="../logo.svg"]').attr('src', '../logo_python.svg'); /* replace base logo */
$('img[src="https://github.com/msberends/AMR/raw/main/pkgdown/assets/AMRforRGPT.svg"]').attr('src', 'https://github.com/msberends/AMR/raw/main/pkgdown/assets/AMRforRGPT_python.svg'); /* replace GPT logo */
}
// add doctoral titles to authors