mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
parent
ca6da2c724
commit
faa5d731e9
1 changed files with 1 additions and 1 deletions
|
@ -855,7 +855,7 @@ var 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…
Reference in a new issue