Skip to content

Commit 8938d48

Browse files
authored
2 parents e41f9ae + 8203104 commit 8938d48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ <h1>Update Juncture site</h1>
192192
const referrerUrl = document.referrer
193193
if (referrerUrl) {
194194
const referrer = parseUrl(referrerUrl)
195-
if (referrer.host === 'github.com' && referrer.pathname.indexOf('/jstor-labs/juncture/wiki') < 0) {
195+
if ((referrer.host === 'github.com' || referrer.host === 'juncture-digital.org') && referrer.pathname.indexOf('/jstor-labs/juncture/wiki') < 0) {
196196
const referrerPath = referrer.pathname.slice(1).split('/')
197197
const ghAcct = referrerPath[0]
198198
const ghRepo = referrerPath[1]
@@ -1099,7 +1099,7 @@ <h1>Update Juncture site</h1>
10991099
// logging watchers
11001100
params (params) {
11011101
// console.log('params', params)
1102-
// Load custom components declared in page markdown
1102+
// Load custom compoxnents declared in page markdown
11031103
params
11041104
.filter(param => param['ve-component'] !== undefined)
11051105
.map(param => param.url)

0 commit comments

Comments
 (0)