1. 19 4月, 2016 8 次提交
  2. 14 4月, 2016 10 次提交
  3. 13 4月, 2016 7 次提交
  4. 12 4月, 2016 3 次提交
  5. 11 4月, 2016 3 次提交
  6. 09 4月, 2016 1 次提交
  7. 08 4月, 2016 1 次提交
  8. 07 4月, 2016 3 次提交
  9. 01 4月, 2016 2 次提交
  10. 30 3月, 2016 1 次提交
    • J
      Make localStorage work when cookies are disabled. · 9abb8b5d
      juodumas 提交于
      window.localStorage must be in a try/catch block, because it is inaccessible when browser cookies are disabled. #1 fixed this only for IE, because IE apparently leaves windows.localStorage undefined when cookies are disabled, whereas Chrome and Firefox both throw a SecurityError when trying to access it.
      
      (didn't test the change)
      9abb8b5d
  11. 22 3月, 2016 1 次提交