Skip to content

Commit

Permalink
small cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoh committed Jun 2, 2024
1 parent 592475f commit 15b9265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skins/elastic/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ function rcube_elastic_ui() {

// Display "List is empty..." on the list
if (window.MutationObserver) {
$('[data-label-msg],[data-label-msg-loading],[data-label-empty]').filter('ul,table').each(function() {
$('[data-label-msg],[data-label-msg-loading],[data-label-empty]').filter('ul,table').each(function () {
var info = $('<div class="listing-info hidden">').insertAfter(this),
table = $(this),
fn = function () {
Expand Down

0 comments on commit 15b9265

Please sign in to comment.