1. 01 Apr, 2014 1 commit
  2. 31 Mar, 2014 4 commits
  3. 28 Mar, 2014 1 commit
  4. 25 Mar, 2014 1 commit
  5. 22 Mar, 2014 3 commits
  6. 18 Feb, 2014 2 commits
  7. 14 Feb, 2014 1 commit
  8. 08 Feb, 2014 1 commit
  9. 13 Jan, 2014 1 commit
  10. 11 Jan, 2014 2 commits
  11. 10 Jan, 2014 1 commit
  12. 01 Jan, 2014 1 commit
  13. 20 Dec, 2013 4 commits
  14. 04 Dec, 2013 1 commit
  15. 18 Nov, 2013 10 commits
  16. 31 Oct, 2013 5 commits
  17. 29 Oct, 2013 1 commit
    • Robert Lord's avatar
      Add default language selecting with localStorage · c404bc02
      Robert Lord authored
      Now, Slate will use localStorage to track the last selected
      language, so if the user visits again with no language in the URL,
      they will be redirected to the last language they used.
      
      This update also fixes a bug with how the layout inserts the
      language names into the javascript. Previously, they would be,
      (for some inane reason) arrays within arrays. It is now just
      an array. Whoever wrote that previous code was clearly a fool.
      c404bc02