mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-21 06:13:45 +00:00
re-route settings urls
This commit is contained in:
parent
ae76470612
commit
cda43b5c5c
9 changed files with 38 additions and 24 deletions
|
|
@ -58,7 +58,8 @@ Header.prototype.toggle_rx_photo = function(ev) {
|
|||
|
||||
Header.prototype.download_details = function() {
|
||||
var self = this;
|
||||
$.ajax('api/receiverdetails').done(function(data){
|
||||
// TODO: make this use a relative URL again
|
||||
$.ajax('/api/receiverdetails').done(function(data){
|
||||
self.setDetails(data);
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue