mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
intrusion detection: always show schedule tab; closes #2160
This commit is contained in:
parent
7a0c54ec72
commit
e6423e3c06
@ -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
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user