mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[Advanced Logbook] Added missing return when more than 1 row was selected for Quickfilter
This commit is contained in:
@@ -855,6 +855,7 @@ $(document).ready(function () {
|
||||
callback: function (result) {
|
||||
}
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
elements.each(function() {
|
||||
|
||||
Reference in New Issue
Block a user