mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 10:04:41 +00:00
firmware: fix these jquery selectors
This commit is contained in:
parent
bb90be17c7
commit
c38020bc39
@ -134,7 +134,7 @@
|
||||
$("#upgrade_progress" + maj_suffix).addClass("fa fa-spinner fa-pulse");
|
||||
|
||||
ajaxCall('/api/core/firmware/upgrade',{upgrade:$.upgrade_action},function() {
|
||||
$('#updatelist > tbody, thead').empty();
|
||||
$('#updatelist > tbody, #updatelist > thead').empty();
|
||||
setTimeout(trackStatus, 500);
|
||||
});
|
||||
}
|
||||
@ -153,7 +153,7 @@
|
||||
$("#audit_progress").addClass("fa fa-spinner fa-pulse");
|
||||
|
||||
ajaxCall('/api/core/firmware/' + $type, {}, function () {
|
||||
$('#updatelist > tbody, thead').empty();
|
||||
$('#updatelist > tbody, #updatelist > thead').empty();
|
||||
setTimeout(trackStatus, 500);
|
||||
});
|
||||
}
|
||||
@ -253,7 +253,7 @@
|
||||
$.upgrade_action = 'action';
|
||||
|
||||
ajaxCall('/api/core/firmware/'+pkg_act+'/'+pkg_name,{},function() {
|
||||
$('#updatelist > tbody, thead').empty();
|
||||
$('#updatelist > tbody, #updatelist > thead').empty();
|
||||
setTimeout(trackStatus, 500);
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user