made url relative

This commit is contained in:
Benjamin Schweizer 2016-02-19 10:07:01 +01:00 committed by muxator
parent 4f2ff31a61
commit d26df86490
1 changed files with 1 additions and 1 deletions

View File

@ -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)
},