switchmods fixed session vars, saved to db in d2config class. Need to test d2s editor with modifyBit() function. need to fix app.js uniqueitems editor required fields on misc/weapons/armor

This commit is contained in:
Hash Borgir
2022-05-24 00:16:01 -06:00
parent 16174f5efd
commit 6b4b0c564e
22 changed files with 405 additions and 10360 deletions

View File

@@ -123,6 +123,13 @@ $(document).ready(function () {
y = document.getElementById('item');
y.value = x;
});
w = $('.w-select').val();
console.log(w);
$(".btnconfig").click(function () {
$(".ctrl-config").hide();
@@ -434,7 +441,7 @@ $(document).ready(function () {
$(".itemlvlreq").html("Level Required: "+$(this).val());
});
// unique item change function select
// cmd = getUniqueItem
$('.uniqueitems-select').change(function () {