-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathservicetimes.js
More file actions
38 lines (32 loc) · 1.9 KB
/
Copy pathservicetimes.js
File metadata and controls
38 lines (32 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/*
Links in this file change where the buttons link to in the FSK Modal on the welcome home page.
To add Benton 9am or Cabot 11am service times back in, uncomment the var and href lines.
NOTE - JS hangs if there's an unused variable when loading the htm page.
Only uncomment a line here if the corresponding button is uncommented on the html
*/
// West Little Rock registration links
var wlr9am = document.getElementById('wlr9am');
wlr9am.href = "https://my.fellowshipar.com/portal/event_detail.aspx?id=68734"
var wlr11am = document.getElementById('wlr11am');
wlr11am.href = "https://my.fellowshipar.com/portal/event_detail.aspx?id=68736"
// Benton registration links
var benton6pm = document.getElementById('benton6pm');
benton6pm.href = "https://my.fellowshipar.com/portal/event_detail.aspx?id=68712"
var benton9am = document.getElementById('benton9am');
benton9am.href = "https://my.fellowshipar.com/portal/event_detail.aspx?id=68714"
var benton11am = document.getElementById('benton11am');
benton11am.href = "https://my.fellowshipar.com/portal/event_detail.aspx?id=68716"
//Cabot registration links
var link = document.getElementById('cabot6pm');
cabot6pm.href = "https://my.fellowshipar.com/portal/event_detail.aspx?id=68699"
var link = document.getElementById('cabot9am');
cabot8am.href = "https://my.fellowshipar.com/portal/event_detail.aspx?id=68701"
var link = document.getElementById('cabot9am');
cabot9am.href = "https://my.fellowshipar.com/portal/event_detail.aspx?id=68703"
var link = document.getElementById('cabot11am');
cabot11am.href = "https://my.fellowshipar.com/portal/event_detail.aspx?id=68738"
//Midtown registration link
var link = document.getElementById('mid5pm');
mid11am.href = "https://my.fellowshipar.com/portal/event_detail.aspx?id=68417"
var link = document.getElementById('mid5pm');
mid5pm.href = "https://my.fellowshipar.com/portal/event_detail.aspx?id=68740"