intrusion detection: always show schedule tab; closes #2160

This commit is contained in:
Franco Fichtner 2018-02-03 09:43:13 +00:00
parent 7a0c54ec72
commit e6423e3c06

View File

@ -226,9 +226,8 @@ POSSIBILITY OF SUCH DAMAGE.
* load content on tab changes
*/
$('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
if (e.target.id == 'settings_tab'){
loadGeneralSettings();
} else if (e.target.id == 'download_settings_tab') {
loadGeneralSettings();
if (e.target.id == 'download_settings_tab') {
/**
* grid for installable rule files
*/