|
@@ -1940,18 +1940,11 @@ $(document).on("keyup", "#authBackendHostPrefix-input, #authBackendHostSuffix-in
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
// homepage healthchecks
|
|
// homepage healthchecks
|
|
|
-$(document).on('click', ".good-health-checks", function(){
|
|
|
|
|
- homepageHealthChecks();
|
|
|
|
|
-});
|
|
|
|
|
$(document).on('click', ".showMoreHealth", function(){
|
|
$(document).on('click', ".showMoreHealth", function(){
|
|
|
var id = $(this).attr('data-id');
|
|
var id = $(this).attr('data-id');
|
|
|
$('.showMoreHealthDiv-'+id).toggleClass('d-none');
|
|
$('.showMoreHealthDiv-'+id).toggleClass('d-none');
|
|
|
$(this).find('.card-body').toggleClass('healthPosition');
|
|
$(this).find('.card-body').toggleClass('healthPosition');
|
|
|
});
|
|
});
|
|
|
-// homepage monitorr
|
|
|
|
|
-$(document).on('click', ".good-monitorr-services", function(){
|
|
|
|
|
- homepageMonitorr();
|
|
|
|
|
-});
|
|
|
|
|
//IP INFO
|
|
//IP INFO
|
|
|
$(document).on('click', ".ipInfo", function(){
|
|
$(document).on('click', ".ipInfo", function(){
|
|
|
$.getJSON("https://ipinfo.io/"+$(this).text()+"/?token=ddd0c072ad5021", function (response) {
|
|
$.getJSON("https://ipinfo.io/"+$(this).text()+"/?token=ddd0c072ad5021", function (response) {
|