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

Email newletter sign up doesn't appear to work #232

Open
SamLau95 opened this issue Sep 4, 2015 · 4 comments
Open

Email newletter sign up doesn't appear to work #232

SamLau95 opened this issue Sep 4, 2015 · 4 comments

Comments

@SamLau95
Copy link
Member

SamLau95 commented Sep 4, 2015

Entering in my email in the footer and pressing "Go" gives me no feedback whether my email was submitted or not. This also occurs on on the NPO apply page.

Do email subscriptions actually work? If so, we should clear the text box and pop a toast so the user knows that it went through.

@SamLau95
Copy link
Member Author

SamLau95 commented Sep 4, 2015

@vivekraghuram Know anything about why this would happen?

@vivekraghuram
Copy link
Contributor

It should be working. When you click go the button should turn into a spinner and then a check mark.

@vivekraghuram
Copy link
Contributor

@SamLau95 Turbolinks problem again. The script runs on document.ready. Want to use this? https://github.com/kossnocorp/jquery.turbolinks
or write a fix?

@SamLau95
Copy link
Member Author

SamLau95 commented Sep 4, 2015

There's a ready function in
https://github.com/calblueprint/calblueprint.org/blob/master/app/assets/javascripts/shared/utilities.coffee
that
handles jQuery + turbolinks properly. See
https://github.com/calblueprint/calblueprint.org/blob/master/app/assets/javascripts/apply/drawers.coffee
for
an example of it in use (you just call ready, passing in your function as
an argument).

On Fri, Sep 4, 2015 at 1:15 AM Vivek Raghuram notifications@github.com
wrote:

Turbolinks problem again. The script runs on document.ready. Want to use
this? https://github.com/kossnocorp/jquery.turbolinks
or write a fix?


Reply to this email directly or view it on GitHub
#232 (comment)
.

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