Disabled CLEAR button in CW Skimmer panel.

This commit is contained in:
Marat Fayzullin 2024-11-21 19:57:15 -05:00
parent e478435583
commit da96d0fce1
1 changed files with 1 additions and 1 deletions

View File

@ -880,7 +880,7 @@ $.fn.faxMessagePanel = function() {
CwSkimmerMessagePanel = function(el) {
MessagePanel.call(this, el);
this.initClearTimer();
this.clearButton.css('display', 'none');
this.texts = [];
}