pop22
This commit is contained in:
parent
bc544e72d5
commit
635d33fbb9
@ -151,7 +151,7 @@ async function saveEquipment(slot, itemId, itemLevelId) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function initDrop() {
|
function initDrop() {
|
||||||
document.querySelectorAll(".equip-slot").forEach((slot) => {
|
document.querySelectorAll(".slot").forEach((slot) => {
|
||||||
slot.addEventListener("dragover", (e) => {
|
slot.addEventListener("dragover", (e) => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user