mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
fix dxcc update footer
This commit is contained in:
@@ -1281,7 +1281,15 @@ $(document).ready(function(){
|
||||
$(".ld-ext-right").addClass("running");
|
||||
$(".ld-ext-right").prop("disabled", true);
|
||||
$('#dxcc_update_status').show();
|
||||
$.ajax({url:"update/dxcc"});
|
||||
$.ajax({
|
||||
url:"update/dxcc",
|
||||
success: function(response) {
|
||||
if (response == 'success') {
|
||||
$(".ld-ext-right").removeClass("running");
|
||||
$(".ld-ext-right").prop("disabled", false);
|
||||
}
|
||||
}
|
||||
});
|
||||
setTimeout(update_stats,5000);
|
||||
});
|
||||
function update_stats(){
|
||||
|
||||
Reference in New Issue
Block a user