mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 14:19:13 -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(
|
||||
{
|
||||
type: 'post',
|
||||
url: 'ep/pad/connection-diagnostic-info',
|
||||
url: '../ep/pad/connection-diagnostic-info',
|
||||
data: {
|
||||
diagnosticInfo: JSON.stringify(pad.diagnosticInfo),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue