Files
@ 6f1e25144958
Branch filter:
Location: kallithea/scripts/shortlog.py
6f1e25144958
1.0 KiB
text/x-python
diff: fix "Show inline comments"
jQuery has weak "friendly" semantics for data attributes and do for example
interpret the data attribute name 'id_for' as 'idFor'. We could thus not
retrieve it as 'id_for'.
Instead, avoid the special semantics of '_' by just naming the data attribute
'for'.
jQuery has weak "friendly" semantics for data attributes and do for example
interpret the data attribute name 'id_for' as 'idFor'. We could thus not
retrieve it as 'id_for'.
Instead, avoid the special semantics of '_' by just naming the data attribute
'for'.