mirror of
https://github.com/go-gitea/gitea
synced 2025-07-07 19:17:21 +00:00
@ -525,6 +525,7 @@ $.fn.dropdown = function(parameters) {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if(settings.onShow.call(element) !== false) {
|
if(settings.onShow.call(element) !== false) {
|
||||||
|
settings.onAfterFiltered.call(element); // GITEA-PATCH: callback to correctly handle the filtered items
|
||||||
module.animate.show(function() {
|
module.animate.show(function() {
|
||||||
if( module.can.click() ) {
|
if( module.can.click() ) {
|
||||||
module.bind.intent();
|
module.bind.intent();
|
||||||
|
Reference in New Issue
Block a user