mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 08:24:24 -05:00
latest, d2s stuff
This commit is contained in:
16
res/app.js
16
res/app.js
@@ -171,19 +171,11 @@ $(document).ready(function () {
|
||||
});
|
||||
|
||||
|
||||
$('input[name="invfile"]').keyup(function(){
|
||||
invImg = docpath + '/img/items/' + this.value + ".png";
|
||||
$(".item").attr("src", invImg);
|
||||
});
|
||||
|
||||
/*
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
|
||||
**/
|
||||
|
||||
// every time we change a prop dropdown,
|
||||
//
|
||||
|
Reference in New Issue
Block a user