Merge pull request #3281 from thomseddon/fix/alert-test-url

Fix URL path to ajax_form.php for testing alerts
This commit is contained in:
Neil Lathwood
2016-03-24 10:45:49 +00:00
+1 -1
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){