Merge remote-tracking branch 'upstream/pull/3263'

This commit is contained in:
Tom Hughes 2021-07-21 12:16:08 +01:00
commit cd9a72e669
13 changed files with 15 additions and 15 deletions

View file

@ -28,7 +28,7 @@ module BannerHelper
index = cval.to_i
cookies[ckey] = index - 1 if index.positive?
# pick banner with mininum queue position
# pick banner with minimum queue position
next if index > min_index
# or if equal queue position, pick banner with soonest end date (i.e. next expiring)