We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9c23e1 + 1a81745 commit 9f77abaCopy full SHA for 9f77aba
1 file changed
core/js/login/grant.js
@@ -6,5 +6,6 @@ document.querySelector('form').addEventListener('submit', function(e) {
6
wrapper.getElementsByClassName('icon-confirm-white').forEach(function(el) {
7
el.classList.remove('icon-confirm-white')
8
el.classList.add(OCA.Theming && OCA.Theming.inverted ? 'icon-loading-small' : 'icon-loading-small-dark')
9
+ el.disabled = true
10
})
11
0 commit comments