Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rsnyder committed Sep 5, 2024
1 parent 55e2341 commit 501e06f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ghp.js
Original file line number Diff line number Diff line change
Expand Up @@ -1111,6 +1111,7 @@ let hasWcCss = stylesheets.find(href => href === 'http://localhost:8080/wc/src/i
let isMounted = document.querySelector('body > article') !== null

console.log(import.meta.url)
console.log(Array.from(document.getElementsByTagName('script')).filter(script => script.src).find(script => script.src.indexOf('ghp.js') > 0))
console.log(document.scripts)

let source = import.meta.url ? import.meta.url.replace(/\/ghp\.js$/, '') : 'tbd'
Expand Down

0 comments on commit 501e06f

Please sign in to comment.