refactor: add loader to release note viewer on open

This commit is contained in:
Zack Spear
2023-11-13 13:40:02 -08:00
parent f0f73fd24c
commit ba3bdf5f38
@@ -378,6 +378,7 @@ function abortOperation(pid) {
});
}
function openChanges(cmd,title,nchan,button=0) {
$('div.spinner.fixed').show();
// button = 0 : hide CLOSE button (default)
// button = 1 : show CLOSE button
// nchan argument is not used, exists for backward compatibility