From: Sarven Capadisli Date: Wed, 24 Feb 2010 14:20:44 +0000 (+0100) Subject: Added processing indicator for .form_remote_authorize on ostatussub page X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8e7606cc8d9003cb5d58410678c2be0f812d0ed1;p=quix0rs-gnu-social.git Added processing indicator for .form_remote_authorize on ostatussub page --- diff --git a/plugins/OStatus/js/ostatus.js b/plugins/OStatus/js/ostatus.js index 1fc44b21b6..3637b8725b 100644 --- a/plugins/OStatus/js/ostatus.js +++ b/plugins/OStatus/js/ostatus.js @@ -123,4 +123,6 @@ SN.Init.Subscribe = function() { $(document).ready(function() { SN.Init.Subscribe(); + + $('.form_remote_authorize').bind('submit', function() { $(this).addClass(SN.C.S.Processing); return true; }); });