Skip to content

Commit

Permalink
Update js/client-mainmenu.js
Browse files Browse the repository at this point in the history
Co-authored-by: urkerab <[email protected]>
  • Loading branch information
Karthik99999 and urkerab authored Oct 25, 2023
1 parent 2af02c4 commit 8893084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/client-mainmenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@
);
}
var html = '';
if (!bufs.length || !bufs.every(function (buf) { return !!buf; })) {
if (bufs.every(function (buf) { return !buf; })) {
html = '<ul class="popupmenu"><em>No formats found</em></ul>';
} else {
for (var i = 1, l = bufs.length; i < l; i++) {
Expand Down

0 comments on commit 8893084

Please sign in to comment.