mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
mixed up virus with spam (#408)
This commit is contained in:
parent
5330a1eaee
commit
f4e0af2b77
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
|
||||
<script type="text/javascript">
|
||||
$( document ).ready(function () {
|
||||
var data_get_map = {'frm_general_settings':"/api/postfix/general/get", 'frm_antivirus_settings':"/api/postfix/antispam/get"};
|
||||
var data_get_map = {'frm_general_settings':"/api/postfix/general/get", 'frm_antispam_settings':"/api/postfix/antispam/get"};
|
||||
mapDataToFormUI(data_get_map).done(function (data) {
|
||||
formatTokenizersUI();
|
||||
$('.selectpicker').selectpicker('refresh');
|
||||
|
|
|
|||
Loading…
Reference in a new issue