mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2025-02-22 07:59:51 -05:00
Update default.html
This commit is contained in:
parent
d0f8b505c5
commit
137221af51
@ -245,7 +245,7 @@ td.tablenode {
|
||||
$.ajax({
|
||||
async: false,
|
||||
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){
|
||||
jsonData = JSON.parse(data)
|
||||
for (const property in jsonData) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user