1. 22 Jul, 2017 1 commit
    • Jonathan Rehm's avatar
      Prevent jQuery from cache busting static assets · d85e0b96
      Jonathan Rehm authored
      If the HTML that's returned from the `$.get` request contains a `<script src="..."/>` tag it loads the JavaScript file via ajax, and by default it attaches a timestamp to it to bust cache. That means the file loads every time the modal is opened, and the browser treats it as a new file each time. The result is that code fires multiple times and events listeners are added multiple times.
      d85e0b96
  2. 08 Jul, 2017 14 commits
  3. 07 Jul, 2017 1 commit
  4. 06 Jul, 2017 3 commits
  5. 24 Jun, 2017 2 commits
  6. 22 Jun, 2017 1 commit
  7. 07 Jun, 2017 1 commit
  8. 25 May, 2017 4 commits
  9. 22 May, 2017 2 commits
  10. 19 May, 2017 2 commits
  11. 13 May, 2017 1 commit
  12. 05 May, 2017 1 commit
  13. 01 May, 2017 1 commit
  14. 30 Apr, 2017 1 commit
  15. 27 Apr, 2017 1 commit
  16. 26 Apr, 2017 4 commits