Changes between Version 1 and Version 2 of Ticket #30459, comment 4
- Timestamp:
- May 10, 2019, 5:19:48 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30459, comment 4
v1 v2 7 7 https://github.com/django/django/commits/master/django/contrib/admin/static/admin/js 8 8 9 It works at a5f139236f930df06ae0642507530ca98081e2a9 but fails at the next commit ba83378a7762c51be235b521aa5b48233d6c6c82 #diff-6f61a4571a97f023bafaedabcadd5f54— so I pinned it to that. (It's the only change that looks relevant.)9 It works at a5f139236f930df06ae0642507530ca98081e2a9 but fails at the next commit ba83378a7762c51be235b521aa5b48233d6c6c82 — so I pinned it to that. (It's the only change that looks relevant.) 10 10 11 11 You are right about the `on()` call though... 🤔 12 12 13 13 I was going to write a `js_tests` case to reproduce this. I'll then be able to actually `git bisect`. 14 15 (Either way, I think the need to _delegate_ the event listener is correct.)