From e5cc6372d00b7bfaffaedb8ad7fb9a9810ceecf4 Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Thu, 2 Jul 2020 20:11:33 +0200 Subject: [PATCH] rename images-title to build-title --- www/index.html | 2 +- www/index.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/index.html b/www/index.html index 3d25eb0..baf1952 100644 --- a/www/index.html +++ b/www/index.html @@ -64,7 +64,7 @@
-

Release Build

+

Release Build

Model:
Target:
Version: ()
diff --git a/www/index.js b/www/index.js index c541b70..16b2d69 100644 --- a/www/index.js +++ b/www/index.js @@ -363,10 +363,10 @@ function updateImages(version, code, date, model, url, mobj, is_custom) { // change between "version" and "custom" title if (is_custom) { - switchClass('#images-title', 'tr-version-build', 'tr-custom-build'); + switchClass('#build-title', 'tr-version-build', 'tr-custom-build'); switchClass('#downloads-title', 'tr-version-downloads', 'tr-custom-downloads'); } else { - switchClass('#images-title', 'tr-custom-build', 'tr-version-build'); + switchClass('#build-title', 'tr-custom-build', 'tr-version-build'); switchClass('#downloads-title', 'tr-custom-downloads', 'tr-version-downloads'); } -- 2.30.2