mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2025-02-23 00:19:50 -05:00
Update default.html
This commit is contained in:
parent
d0f8b505c5
commit
137221af51
@ -245,7 +245,7 @@ td.tablenode {
|
|||||||
$.ajax({
|
$.ajax({
|
||||||
async: false,
|
async: false,
|
||||||
type: 'GET',
|
type: 'GET',
|
||||||
url: 'https://raw.githubusercontent.com/hahwul/WebHackersWeapons/master/data.json',
|
url: 'https://raw.githubusercontent.com/hahwul/WebHackersWeapons/main/data.json',
|
||||||
success: function(data){
|
success: function(data){
|
||||||
jsonData = JSON.parse(data)
|
jsonData = JSON.parse(data)
|
||||||
for (const property in jsonData) {
|
for (const property in jsonData) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user