Skip to content

Commit

Permalink
Update equip.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cyomega authored Jul 26, 2024
1 parent 3f080c9 commit 39d3083
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions equip.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
let uits = {};
$.ajax({
url: 'data/texts.txt',
type: 'get',
dataType: 'json',
async: false,
success: function(data) {
uits = data[lang];
}
});
$(document).ready(function() {
function levelPane() {
let options = [];
Expand Down

0 comments on commit 39d3083

Please sign in to comment.