mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-01-22 00:00:20 +01:00
5 lines
120 B
JavaScript
5 lines
120 B
JavaScript
$(function(){
|
|
$.ajax('/api/features').done(function(data){
|
|
$('body').html(JSON.stringify(data));
|
|
});
|
|
}); |