Popravek "nastavitve shranjene" pri vklopu squalo
This commit is contained in:
parent
23008881c7
commit
4cb42dde9d
@ -1752,11 +1752,12 @@ function squaloSwitch(){
|
|||||||
|
|
||||||
if($('#squalo_mode').prop('checked')){
|
if($('#squalo_mode').prop('checked')){
|
||||||
$('#send_mail_mode0, #send_mail_mode1, #send_mail_mode2, .mail_mode_switch, #send_mail_mode_test').hide();
|
$('#send_mail_mode0, #send_mail_mode1, #send_mail_mode2, .mail_mode_switch, #send_mail_mode_test').hide();
|
||||||
//$('.squalo_settings').show();
|
$('#success_save').hide();
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
$('.squalo_settings').hide();
|
$('.squalo_settings').hide();
|
||||||
$('#send_mail_mode2, .mail_mode_switch, #send_mail_mode_test').show();
|
$('#send_mail_mode2, .mail_mode_switch, #send_mail_mode_test').show();
|
||||||
|
$('#success_save').hide();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user