Skip to content
Snippets Groups Projects
Commit f81d4012 authored by Marius Burkard's avatar Marius Burkard
Browse files

Merge branch 'bugfix/4617-dont-trigger-change-for-fastcgi-php-version-reload' into 'stable-3.1'

#4617 dont trigger change for fastcgi php version reload

See merge request ispconfig/ispconfig3!958
parents 948ad125 49499f7c
No related branches found
No related tags found
No related merge requests found
......@@ -394,10 +394,6 @@
}
if(noFormChange) {
ISPConfig.resetFormChanged();
jQuery('#php').addClass('no-page-form-change').change();
jQuery('#php').removeClass('no-page-form-change');
} else {
jQuery('#php').change();
}
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment