update 190718
This commit is contained in:
@@ -17,26 +17,26 @@ var el = [], list = '',
|
|||||||
user2 = '<span>Joyce</span>';
|
user2 = '<span>Joyce</span>';
|
||||||
|
|
||||||
// timers / decisions
|
// timers / decisions
|
||||||
var wkEffDt = new Date('2019-07-13'),
|
var wkEffDt = new Date('2019-07-20'),
|
||||||
mnEffDt = new Date('2019-07-01'),
|
mnEffDt = new Date('2019-07-01'),
|
||||||
today = new Date(),
|
today = new Date,
|
||||||
weeklyTopKey = (today >= wkEffDt) ?
|
weeklyTopKey = (today >= wkEffDt) ?
|
||||||
'1OSvqOCv-f0JeIQZsagAaHgQZtuO1DRp3lgkGowc7tWU' : '#',
|
'1GF3bHikV1W21xKVSCi9yrfNDlZOSw90ibmN5UuD-r_c' : '#',
|
||||||
mI = (today >= mnEffDt) ? 1 : 0;
|
mI = (today >= mnEffDt) ? 1 : 0;
|
||||||
|
|
||||||
// weekly URLs
|
// weekly URLs
|
||||||
var weeklyUrls = {
|
var weeklyUrls = {
|
||||||
top:
|
top:
|
||||||
{
|
{
|
||||||
header: 'Jul 14 — Jul 20',
|
header: 'Jul 21 — Jul 27',
|
||||||
key: weeklyTopKey,
|
key: weeklyTopKey,
|
||||||
collectorId: '914973738',
|
collectorId: '914973738',
|
||||||
linkId: '978213208'
|
linkId: '978213208'
|
||||||
},
|
},
|
||||||
bottom:
|
bottom:
|
||||||
{
|
{
|
||||||
header: 'Jul 7 — Jul 13',
|
header: 'Jul 14 — Jul 20',
|
||||||
key: '1tLQhHkQ7ZsID96BKf2AGma_FVVLW9bJoEFdeIe7KaBE',
|
key: '1OSvqOCv-f0JeIQZsagAaHgQZtuO1DRp3lgkGowc7tWU',
|
||||||
collectorId: '914973738',
|
collectorId: '914973738',
|
||||||
linkId: '978213208'
|
linkId: '978213208'
|
||||||
},
|
},
|
||||||
@@ -83,6 +83,11 @@ var historyList = [
|
|||||||
key: '#',
|
key: '#',
|
||||||
id: '1250765514'
|
id: '1250765514'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
header: 'Jul 7 — Jul 13',
|
||||||
|
key: '1tLQhHkQ7ZsID96BKf2AGma_FVVLW9bJoEFdeIe7KaBE',
|
||||||
|
id: '1250765514'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
header: 'Jun 30 — Jul 6',
|
header: 'Jun 30 — Jul 6',
|
||||||
key: '1E87lbH7CaQn9V_S0YLBB1MJrHJTcB2o_taDd_gWhkBs',
|
key: '1E87lbH7CaQn9V_S0YLBB1MJrHJTcB2o_taDd_gWhkBs',
|
||||||
|
|||||||
Reference in New Issue
Block a user