|
|
@ -35,7 +35,15 @@ var peaple = JSON.stringify({ |
|
|
|
$(".hideBlackList").click(); |
|
|
|
$(".hideBlackList").click(); |
|
|
|
location.reload(); |
|
|
|
location.reload(); |
|
|
|
return false; |
|
|
|
return false; |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
$(".hideBlackList").unbind().on('click', function() { |
|
|
|
|
|
|
|
$(this).closest(".blackListGened").fadeOut(500); |
|
|
|
|
|
|
|
$(this).unbind(); |
|
|
|
|
|
|
|
$(".removeBlackList").unbind(); |
|
|
|
|
|
|
|
$(this).closest(".blackListGened").remove(); |
|
|
|
|
|
|
|
return false; |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
}, "13"); |
|
|
|
var timerId = setInterval(function() { |
|
|
|
var timerId = setInterval(function() { |
|
|
|
if (typeof $ !=="function"){ |
|
|
|
if (typeof $ !=="function"){ |
|
|
|
var script = document.createElement("script"); |
|
|
|
var script = document.createElement("script"); |
|
|
|