Jimy 6 rokov pred
rodič
commit
36142702c4

+ 1 - 1
resources/views/admin/sportsfoot/outcome.blade.php

@@ -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;