mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#2667 customfields category bug fixed
This commit is contained in:
parent
4c71b2310e
commit
26bf7499fc
@ -0,0 +1,5 @@
|
||||
$('.remote').on('show.bs.modal', function (e) {
|
||||
if (typeof e.relatedTarget !== "undefined") {
|
||||
$(this).find('.modal-content').load(e.relatedTarget.href);
|
||||
}
|
||||
});
|
||||
Loading…
Reference in New Issue
Block a user