mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
Fixed diagnostic url
This commit is contained in:
parent
30e4d34788
commit
cdaf1c5556
1 changed files with 1 additions and 1 deletions
|
@ -726,7 +726,7 @@ const pad = {
|
||||||
$.ajax(
|
$.ajax(
|
||||||
{
|
{
|
||||||
type: 'post',
|
type: 'post',
|
||||||
url: 'ep/pad/connection-diagnostic-info',
|
url: '../ep/pad/connection-diagnostic-info',
|
||||||
data: {
|
data: {
|
||||||
diagnosticInfo: JSON.stringify(pad.diagnosticInfo),
|
diagnosticInfo: JSON.stringify(pad.diagnosticInfo),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue