Disabled CLEAR button in CW Skimmer panel.
This commit is contained in:
parent
e478435583
commit
da96d0fce1
|
|
@ -880,7 +880,7 @@ $.fn.faxMessagePanel = function() {
|
|||
|
||||
CwSkimmerMessagePanel = function(el) {
|
||||
MessagePanel.call(this, el);
|
||||
this.initClearTimer();
|
||||
this.clearButton.css('display', 'none');
|
||||
this.texts = [];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue