mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
made url relative
This commit is contained in:
parent
4f2ff31a61
commit
d26df86490
1 changed files with 1 additions and 1 deletions
|
@ -831,7 +831,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