mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-15 09:51:21 +00:00
js: Don't show running status on buttons pulled to right
This prevents incorrect animation for running status on first wizard steps. Tests: - In the first boot wizard, network topology step, click next and notice that the running status does not appear next to 'skip wizard' link. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Joseph Nuthalapati <njoseph@riseup.net>
This commit is contained in:
parent
4e9d22d376
commit
4a6a936de4
@ -52,6 +52,7 @@ function onSubmitAddProgress(event) {
|
||||
if (!button.classList.contains('btn') ||
|
||||
button.classList.contains('btn-link') ||
|
||||
button.classList.contains('no-running-status') ||
|
||||
button.classList.contains('pull-right') ||
|
||||
button.hasAttribute('disabled')) {
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user