mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 08:24:24 -05:00
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:
@@ -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 () {
|
||||
|
||||
|
Reference in New Issue
Block a user