This commit is contained in:
ross
2020-04-27 23:38:07 +01:00
parent 514887dded
commit d9c8ca9ad2
+1 -1
View File
@@ -23,7 +23,7 @@ var b = null;
loadPacketList();
function loadPacketList() {
var jqxhr = $.getJSON("packets/packets.json", function (data) {
var jqxhr = $.getJSON("packets/", function (data) {
packet_list = data.packets;
packet_list.forEach(function (packet) {
$("#packet-list").append($("<div class='packet-button'>" + packet + "</div>").click(function () {