mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 22:17:34 +00:00
fix urls for when we aren't running on the root
This commit is contained in:
parent
147c108570
commit
b774e75f2c
5 changed files with 15 additions and 11 deletions
|
|
@ -1,6 +1,6 @@
|
|||
$(function(){
|
||||
var converter = new showdown.Converter();
|
||||
$.ajax('/api/features').done(function(data){
|
||||
$.ajax('api/features').done(function(data){
|
||||
var $table = $('table.features');
|
||||
$.each(data, function(name, details) {
|
||||
var requirements = $.map(details.requirements, function(r, name){
|
||||
|
|
@ -21,4 +21,4 @@ $(function(){
|
|||
);
|
||||
})
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue