mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
5 lines
117 B
JavaScript
5 lines
117 B
JavaScript
$.fn.logMessages = function() {
|
|
$.each(this, function(){
|
|
$(this).scrollTop(this.scrollHeight);
|
|
});
|
|
}; |