mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Change last updated text on success
This commit is contained in:
@@ -291,9 +291,9 @@ function loadChannelSelect(selected) {
|
||||
});
|
||||
}
|
||||
|
||||
/* Updates the selected ad blocklist
|
||||
* Request is passed to an ajax handler to download the associated list
|
||||
*
|
||||
/* Updates the selected blocklist
|
||||
* Request is passed to an ajax handler to download the associated list.
|
||||
* Interface elements are updated to indicate current progress, status.
|
||||
*/
|
||||
function updateBlocklist() {
|
||||
var blocklist_id = $('#cbxblocklist').val();
|
||||
@@ -305,6 +305,7 @@ function updateBlocklist() {
|
||||
if (jsonData['return'] == '0') {
|
||||
$('#cbxblocklist-status').find('i').removeClass('fas fa-cog fa-spin').addClass('fas fa-check');
|
||||
$('#cbxblocklist-status').removeClass('check-progress').addClass('check-updated').delay(500).animate({ opacity: 1 }, 700);
|
||||
$('#'+blocklist_id).text("Just now");
|
||||
}
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user