don't show queue length when browsing

This commit is contained in:
SuperBFG7 2022-08-10 17:30:24 +02:00
parent 7a725e648d
commit b41753220f
1 changed files with 2 additions and 1 deletions

View File

@ -92,7 +92,8 @@ var app = $.sammy(function () {
});
}
$('#panel-heading').text('Browse database: ' + browsepath);
$('#panel-heading').text('Browse database');
$('#panel-heading-info').empty();
var path_array = browsepath.split('/');
var full_path = '';
$.each(path_array, function (index, chunk) {