Private GIT

Skip to content
Snippets Groups Projects
Commit 273b1a02 authored by Guillaume28's avatar Guillaume28
Browse files

fix(form): JQuery function forget

parent 31d131bc
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@ uniqueType["{$block.id}"] = false;
});
clonifyTableFields('parentGroup', 'displaynamegroup');
addCollapse();
addCollapse(id_name);
openNewElem(id_name);
jQuery('#' + id_name).centreonValidate();
......@@ -221,6 +221,12 @@ uniqueType["{$block.id}"] = false;
if(tab == "tab4"){
clonifyTableFields('parentGroup','displaynamegroup');
}
jQuery(function() {
jQuery.each(jQuery('[data-ontab-fn]'), function () {
window[jQuery(this).attr('data-ontab-fn')].onLoad(this, jQuery(this).attr('data-ontab-arg'))();
});
});
initCollapsebyTab(tab);
}
function purgeHideInput(tab) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment