mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
also for dxcluster max spotage
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user