diff --git a/views/bootstrap/class.Indexer.php b/views/bootstrap/class.Indexer.php index 4ac0b3cf5..5549d0f44 100644 --- a/views/bootstrap/class.Indexer.php +++ b/views/bootstrap/class.Indexer.php @@ -165,7 +165,7 @@ function check_queue() { else $('#status_'+data.data).html(''); } else { - $('#update_messages').append('

Docid: ' + data.data + ' (' + data.mimetype + ')

' + '

Cmd: ' + data.cmd + '

' + data.message+'
'); + $('#update_messages').append('
Docid: ' + data.data + ' (' + data.mimetype + ')
' + 'Cmd: ' + data.cmd + '
' + data.message+'
'); $('#status_'+data.data).html(''); noty({ text: '

Docid: ' + data.data + ' (' + data.mimetype + ')

' + '

Cmd: ' + data.cmd + '

' + data.message,