Update default.html

This commit is contained in:
HAHWUL 2021-07-18 21:47:51 +09:00 committed by GitHub
parent d0f8b505c5
commit 137221af51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) {