Studio-42 / elFinder

📁 Open-source file manager for web, written in JavaScript using jQuery and jQuery UI
https://studio-42.github.io/elFinder/
Other
4.6k stars 1.41k forks source link

Html markup with stat info #3627

Closed applibs closed 4 months ago

applibs commented 6 months ago

Please fix span with className: elfinder-stat-incsearch into this:

size.html('<span class="elfinder-stat-incsearch">'+titleitems+': '+c+',&nbsp;</span><span class="elfinder-stat-size'+(hasSize? ' elfinder-stat-size-recursive' : '')+'">'+fm.i18n(hasSize? 'sum' : 'size')+': '+fm.formatSize(s)+'</span>')
                    .attr('title', size.text());

It will fix right view.

github-actions[bot] commented 4 months ago

This issue is stale because it has been open for 50 days with no activity.

github-actions[bot] commented 4 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.