cyclestreets / cyclescape

Cyclescape - cycle campaign group toolkit
https://www.cyclescape.org/
MIT License
33 stars 15 forks source link

Member getting this code when trying to follow Cyclescape thread url #1045

Open mvl22 opened 1 year ago

mvl22 commented 1 year ago

Apparently:

A member getting this code when trying to follow Cyclescape thread URL:

$(".flash-container").html(
  '<div class="alert flash" id="unauthenticated"> You need to sign in
or sign up before continuing. <a
href="/users/sign_in">Login?</a></div>'
);
$(window).scrollTop(0);
$("#unauthenticated").fadeOut(9000);

I don't have any better information at the moment.

I suspect this could just be an incomplete slow page download.