Skip to content
Snippets Groups Projects
  1. Feb 02, 2016
  2. Jan 30, 2016
  3. Jan 29, 2016
  4. Dec 19, 2015
  5. Dec 11, 2015
  6. Nov 28, 2015
  7. Sep 01, 2015
  8. Jun 22, 2015
  9. Jun 14, 2015
  10. Apr 08, 2015
  11. Mar 19, 2015
  12. Mar 09, 2015
    • Gregordy's avatar
      Fixing + improving speed · 2b96a37d
      Gregordy authored
      If we're not disabling the submit button, we can spam click the button and end up with as much mail as we clicked the button.
      Keep only id in css selector is speed up the DOM search, and there is less code : )
      2b96a37d
  13. Feb 12, 2015
  14. Jan 20, 2015
  15. Jan 08, 2015
  16. Dec 15, 2014
  17. Dec 07, 2014
  18. Dec 06, 2014
    • Jake Harclerode's avatar
      fix redirect issue with easing · 18dcc900
      Jake Harclerode authored
      Currently in the application I'm working on with this theme I use GitHub OAuth2 which redirects after a successful authorization. When GitHub (or any OAuth protocol) redirects this function executes before .page-scroll a is visible in the DOM regardless of document.ready. The click handler should be bound to the listen on the body for clicks to .page-scroll a instead. While this might be a little more expensive than binding to the actual element it fixes a pretty large problem IMO. It's a double edged sword because either you sacrifice a little bit of optimization or easing breaks when a server redirects the app. Even though I realize this is supposed to be a single page template I think login/OAuth is the one exception.
      18dcc900
  19. Nov 16, 2014
  20. Nov 11, 2014
  21. Oct 31, 2014
  22. Oct 30, 2014
  23. Oct 25, 2014
  24. Aug 12, 2014
Loading