mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-06 15:06:00 +00:00
5 lines
No EOL
117 B
JavaScript
5 lines
No EOL
117 B
JavaScript
$.fn.logMessages = function() {
|
|
$.each(this, function(){
|
|
$(this).scrollTop(this.scrollHeight);
|
|
});
|
|
}; |