Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieving posterName in Stories is not working #48

Open
emb8051 opened this issue Oct 23, 2023 · 2 comments
Open

Retrieving posterName in Stories is not working #48

emb8051 opened this issue Oct 23, 2023 · 2 comments

Comments

@emb8051
Copy link

emb8051 commented Oct 23, 2023

In func storyOnClicked(target), looks like the line that retrieves posterName is returning 'null'.

let posterName = sectionNode
.querySelector('header a')
.getAttribute('href')
.replace(///g, '');

@emb8051
Copy link
Author

emb8051 commented Oct 23, 2023

debug_posterName

@Patty-OFurniture
Copy link
Contributor

Pretty sure I fixed that, either with PR #51 or both that and #50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants