mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2024-11-30 04:26:03 +00:00
fix in processfiles, somehow got commented out, fixed
This commit is contained in:
parent
b7fdaa585e
commit
c4229d4336
@ -133,7 +133,7 @@ if (file_exists(APP_DB)) {
|
|||||||
Process tbl files
|
Process tbl files
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
*/
|
||||||
$tbl = $_SESSION['tbl'];
|
$tbl = $_SESSION['tbl'];
|
||||||
|
|
||||||
// ddump($tbl);
|
// ddump($tbl);
|
||||||
@ -167,7 +167,7 @@ if (file_exists(APP_DB)) {
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="refresh" content="0; URL=/" />
|
<meta http-equiv="refresh" content="0; URL=/" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
</body>
|
</body>
|
||||||
|
@ -462,11 +462,7 @@ $(document).ready(function () {
|
|||||||
$(".item").onerror = function () {
|
$(".item").onerror = function () {
|
||||||
invImg = "/img/items/" + data.invfile + ".png";
|
invImg = "/img/items/" + data.invfile + ".png";
|
||||||
this.src = invImg;
|
this.src = invImg;
|
||||||
};
|
};
|
||||||
|
|
||||||
// invImg = "/img/items/" + data.invfile + ".png";
|
|
||||||
// $(".item").attr("src", invImg);
|
|
||||||
|
|
||||||
|
|
||||||
type = data["*type"];
|
type = data["*type"];
|
||||||
lvlreq = data["lvl req"];
|
lvlreq = data["lvl req"];
|
||||||
|
Loading…
Reference in New Issue
Block a user