Compare commits

...

1 Commits

Author SHA1 Message Date
webzwo0i faa5d731e9 Revert "made url relative"
This reverts commit d26df86490.
2020-07-23 17:49:27 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -855,7 +855,7 @@ var pad = {
$.ajax(
{
type: 'post',
url: 'ep/pad/connection-diagnostic-info',
url: '/ep/pad/connection-diagnostic-info',
data: {
diagnosticInfo: JSON.stringify(pad.diagnosticInfo)
},