Fixed bug in recontask form. Ticket #3960.

This commit is contained in:
Daniel Maya 2016-08-29 12:56:23 +02:00
parent 794275a13c
commit 108340dbee
1 changed files with 1 additions and 0 deletions

View File

@ -447,6 +447,7 @@ $('select#mode').change(function() {
else if (type == 'network_sweep') {
$(".recon_script").hide();
$(".network_sweep").show();
$('.macro_field').remove();
}
}).change();