Changes between Version 1 and Version 2 of Ticket #30459, comment 4


Ignore:
Timestamp:
May 10, 2019, 5:19:48 AM (5 years ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30459, comment 4

    v1 v2  
    77https://github.com/django/django/commits/master/django/contrib/admin/static/admin/js
    88
    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.)
     9It works at a5f139236f930df06ae0642507530ca98081e2a9 but fails at the next commit ba83378a7762c51be235b521aa5b48233d6c6c82 — so I pinned it to that. (It's the only change that looks relevant.)
    1010
    1111You are right about the `on()` call though... 🤔
    1212
    1313I 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.)
Back to Top