scripting / Scripting-News

I'm starting to use GitHub for work on my blog. Why not? It's got good communication and collaboration tools. Why not hook it up to a blog?
121 stars 10 forks source link

New feature: "infinite" scrolling on home page #136

Closed scripting closed 4 years ago

scripting commented 5 years ago

There's now a More button at the bottom of the Scripting News home page, if you click the button, you'll get another page from the Scripting News archive, going back as far as May 2017, when the current CMS came online.

You can also vertically scroll past the end and it'll do it without you having to click the button. It's a little tricky because there's so much text at the bottom.

leiferksn commented 4 years ago

Looks like More button is not loading previous content with Firefox 72.0.2 (64-Bit) on Windows. Probably because of the host, the request is sent to? screen

scripting commented 4 years ago

do you see any errors in the javascript console?

not sure what you mean by the host. what's wrong with the host?

leiferksn commented 4 years ago

hi,

by host I mean not a valid URL (no slashes), but I see what you mean :) - the domain name contains 'http'. it's totally valid. didn't thought about it that way. still, I don't get a respons to the 'More' request.

httpproxy.scripting.com/httpReadUrl?url=http%3A%2F%2Frockaway.scripting.com%3A1400%2Fday%3Fblog%3Ddave%26day%3DTue%2C%2031%20Dec%202019%2022%3A37%3A15%20GMT&type=text%2Fplain

as for the javascript errors - don't see any. just some warnings.

scripting commented 4 years ago

That gave me the clue I needed, and I fixed the problem.

Thanks for the report and for persisting. ;-)