SearchPanes loadMessage is not removed after SearchPanes are displayed
SearchPanes loadMessage is not removed after SearchPanes are displayed

During the initialization and loading of the SearchPanes the "loadMessage" is shown, in German it's "Lade Suchmasken ..".
Code:
Frontend:
Should this text not be removed after the SearchPanes are displayed?
According to the documention (https://datatables.net/reference/option/language.searchPanes.loadMessage) I might be able to override it with an empty text but I would rather keep the text displayed during loading but when finished it should be removed. Is the behaviour correct?
Answers
It was fixed in this commit. I'll release the change soon.
Allan