#2667 customfields category bug fixed

This commit is contained in:
Muammer Top 2020-11-17 12:25:04 +03:00
parent 4c71b2310e
commit 26bf7499fc

View File

@ -0,0 +1,5 @@
$('.remote').on('show.bs.modal', function (e) {
if (typeof e.relatedTarget !== "undefined") {
$(this).find('.modal-content').load(e.relatedTarget.href);
}
});