Add support page

This commit is contained in:
JonnyWong16 2018-06-09 21:28:40 -07:00
commit 70e5e698fa
6 changed files with 122 additions and 4 deletions

View file

@ -1763,9 +1763,6 @@
} else if ("${kwargs.get('reinstall_geoip')}" == 'true') {
$('#reinstall_geoip_db').removeClass('no-highlight').css('color','#e9a049');
}
if ("${kwargs.get('support')}" == 'true') {
$('.support-modal-link').removeClass('no-highlight').css('color','#e9a049');
}
}
});
}