Fix links (add index.php)

这个提交包含在:
phl0 2023-07-27 17:13:16 +02:00
父节点 36fca28f1b
当前提交 6e05c8ac51
找不到此签名对应的密钥
GPG 密钥 ID: 48EA1E640798CA9A
共有 2 个文件被更改,包括 3 次插入3 次删除

查看文件

@ -197,7 +197,7 @@ $(function() {
var updateFromCAT = function() { var updateFromCAT = function() {
if($('select.radios option:selected').val() != '0') { if($('select.radios option:selected').val() != '0') {
radioID = $('select.radios option:selected').val(); radioID = $('select.radios option:selected').val();
$.getJSON( base_url + "radio/json/" + radioID, function( data ) { $.getJSON( base_url + "index.php/radio/json/" + radioID, function( data ) {
if (data.error) { if (data.error) {
if (data.error == 'not_logged_in') { if (data.error == 'not_logged_in') {

查看文件

@ -138,7 +138,7 @@ $(function() {
let cl={}; let cl={};
cl.qrg=this.parentNode.cells[1].textContent*1000; cl.qrg=this.parentNode.cells[1].textContent*1000;
cl.call=this.innerText; cl.call=this.innerText;
window.open(base_url + 'qso?manual=0','_blank'); window.open(base_url + 'index.php/qso?manual=0','_blank');
setTimeout(function () { setTimeout(function () {
bc2qso.postMessage({ frequency: cl.qrg, call: cl.call }) bc2qso.postMessage({ frequency: cl.qrg, call: cl.call })
},2500); // Wait at least 2500ms for new-Window to appear, before posting data to it },2500); // Wait at least 2500ms for new-Window to appear, before posting data to it
@ -164,7 +164,7 @@ $(function() {
var updateFromCAT = function() { var updateFromCAT = function() {
if($('select.radios option:selected').val() != '0') { if($('select.radios option:selected').val() != '0') {
radioID = $('select.radios option:selected').val(); radioID = $('select.radios option:selected').val();
$.getJSON( base_url+"radio/json/" + radioID, function( data ) { $.getJSON( base_url+"index.php/radio/json/" + radioID, function( data ) {
if (data.error) { if (data.error) {
if (data.error == 'not_logged_in') { if (data.error == 'not_logged_in') {