also for dxcluster max spotage

This commit is contained in:
HB9HIL
2025-11-11 16:59:09 +01:00
parent 37f6e37fd7
commit 06969dfe61

View File

@@ -3297,9 +3297,9 @@ var dxWaterfall = {
var age = 60; // minutes
var de = this.currentContinent; // Use current continent (may have been cycled)
// Check if dxwaterfall_maxage is defined
if (typeof dxwaterfall_maxage !== "undefined" && dxwaterfall_maxage != null) {
age = dxwaterfall_maxage;
// Check if dxcluster_default_maxage is defined
if (typeof dxcluster_default_maxage !== "undefined" && dxcluster_default_maxage != null) {
age = dxcluster_default_maxage;
}
// Store current settings