forked from GNUsocial/gnu-social
Added processing indicator for .form_remote_authorize on ostatussub page
This commit is contained in:
parent
2466dbfc97
commit
8e7606cc8d
@ -123,4 +123,6 @@ SN.Init.Subscribe = function() {
|
|||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
SN.Init.Subscribe();
|
SN.Init.Subscribe();
|
||||||
|
|
||||||
|
$('.form_remote_authorize').bind('submit', function() { $(this).addClass(SN.C.S.Processing); return true; });
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user