Update
This commit is contained in:
@ -425,6 +425,7 @@ $('body').on('click', '#settings #send', function() {
|
||||
$('#settings #loading').remove();
|
||||
$('#settings #send').after('<b id="saved">Settings Saved</b>');
|
||||
$('#settings #saved').delay(1000).fadeOut("slow");
|
||||
window.location.reload(true);
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user