File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ <h1>Update Juncture site</h1>
192
192
const referrerUrl = document . referrer
193
193
if ( referrerUrl ) {
194
194
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 ) {
196
196
const referrerPath = referrer . pathname . slice ( 1 ) . split ( '/' )
197
197
const ghAcct = referrerPath [ 0 ]
198
198
const ghRepo = referrerPath [ 1 ]
@@ -1099,7 +1099,7 @@ <h1>Update Juncture site</h1>
1099
1099
// logging watchers
1100
1100
params ( params ) {
1101
1101
// console.log('params', params)
1102
- // Load custom components declared in page markdown
1102
+ // Load custom compoxnents declared in page markdown
1103
1103
params
1104
1104
. filter ( param => param [ 've-component' ] !== undefined )
1105
1105
. map ( param => param . url )
You can’t perform that action at this time.
0 commit comments