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