Ticket #6514: buddypress.js.2.patch
File buddypress.js.2.patch, 815 bytes (added by , 10 years ago) |
---|
-
buddypress.js
1894 1894 jq(target).fadeOut( 100, function() { 1895 1895 jq(this).html(response); 1896 1896 jq(this).fadeIn(100); 1897 }); 1897 }).promise().done(function () { 1898 jq(document).trigger("buddyFilter:replaced", [object, filter]); 1899 }); 1898 1900 }); 1899 1901 1900 1902 } else { … … 1901 1903 jq(target).fadeOut( 100, function() { 1902 1904 jq(this).html(response); 1903 1905 jq(this).fadeIn(100); 1904 }); 1906 }).promise().done(function () { 1907 jq(document).trigger("buddyFilter:replaced", [object, filter]); 1908 }); 1905 1909 } 1906 1910 1907 1911 jq('.item-list-tabs li.selected').removeClass('loading');