From: Moritz Warning Date: Thu, 2 Jul 2020 18:11:33 +0000 (+0200) Subject: rename images-title to build-title X-Git-Tag: v2.2.2^0 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e5cc6372d00b7bfaffaedb8ad7fb9a9810ceecf4;p=web%2Ffirmware-selector-openwrt-org.git rename images-title to build-title --- 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'); }