Files
@ 6b7a0cd02857
Branch filter:
Location: kallithea/scripts/validate-commits
6b7a0cd02857
1.4 KiB
text/plain
files: avoid duplicated "Select changeset" select2 controls on file source pages (Issue #343)
Sometimes, when reusing cached data, the DOM part of select2 activation would
be reused, but not the actual activation. Repeated select2 activation would
thus give duplicated DOM entries.
Select2 doeesn't seem to have a good way to unload or redo, so instead just try
to remove the old DOM parts.
Sometimes, when reusing cached data, the DOM part of select2 activation would
be reused, but not the actual activation. Repeated select2 activation would
thus give duplicated DOM entries.
Select2 doeesn't seem to have a good way to unload or redo, so instead just try
to remove the old DOM parts.