Fix tooltips instantiation for async (XHR) markup

This commit is contained in:
Molkobain
2021-03-16 21:56:44 +01:00
parent 6bc2d241fd
commit 190ac1a65a
6 changed files with 37 additions and 34 deletions

View File

@@ -944,7 +944,6 @@ HTML
$('#ac_create_{$this->iId}').dialog({ width: 'auto', height: 'auto', maxHeight: $(window).height() - 50, autoOpen: false, modal: true});
$('#dcr_{$this->iId} form').removeAttr('onsubmit');
$('#dcr_{$this->iId} form').on('submit.uilinksWizard', oACWidget_{$this->iId}.DoCreateObject);
CombodoTooltip.InitAllNonInstantiatedTooltips($('#ac_create_{$this->iId}'));
JS
);
}