Merge branch 'post-deletion-spinner-fixes' of https://github.com/Pistos/diaspora
This commit is contained in:
commit
f4da95cd0e
1 changed files with 4 additions and 4 deletions
|
|
@ -44,10 +44,10 @@
|
|||
self.deletePostLink.click(function(evt) {
|
||||
evt.preventDefault();
|
||||
|
||||
$([
|
||||
self.deletePostLink,
|
||||
self.hidePostLoader
|
||||
]).toggleClass("hidden");
|
||||
self.hidePostLoader.ajaxStart( function() {
|
||||
self.deletePostLink.addClass("hidden");
|
||||
$(this).removeClass('hidden');
|
||||
} );
|
||||
});
|
||||
|
||||
self.focusCommentLink.click(function(evt) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue