Merge remote-tracking branch 'upstream/pull/3263'
This commit is contained in:
commit
cd9a72e669
13 changed files with 15 additions and 15 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue