|
|
@@ -327,7 +327,7 @@
|
|
|
$.ajax({
|
|
|
type: 'POST',
|
|
|
dataType: 'json',
|
|
|
- url: '/admin/Sportsfoot/sairesult',
|
|
|
+ url: '/admin/Sportsfoot/Matchresult',
|
|
|
data: {match_id:match_id},
|
|
|
success: function(data) {
|
|
|
document.getElementById("firstscore").value=data.first_score;
|