mirror of
https://gitlab.com/redline-racing-division/redline-racing-website.git
synced 2025-07-26 16:11:34 +00:00
trying to fix again
This commit is contained in:
@@ -159,7 +159,7 @@
|
||||
<script src="assets/js/main.js"></script>
|
||||
<script>
|
||||
(function() {
|
||||
$.getJSON("sponsors/list.json", {}).done(function(data) {
|
||||
$.getJSON("images/sponsors/list.json", {}).done(function(data) {
|
||||
$.each(data, function(i, item) {
|
||||
for (var i = 0; i < item.length; i++) {
|
||||
$("#" + item[i].SponsorLevel).append(
|
||||
|
Reference in New Issue
Block a user