Fix URL path to ajax_form.php for testing alerts

This commit is contained in:
Thom Seddon
2016-03-23 09:43:34 +00:00
parent 75e1712f74
commit d2dd3e256f

View File

@@ -858,7 +858,7 @@ echo '
var transport = $this.data("transport");
$.ajax({
type: 'POST',
url: '/ajax_form.php',
url: 'ajax_form.php',
data: { type: "test-transport", transport: transport },
dataType: "json",
success: function(data){