Browse Source

Merge branch 'main' into KEKEC_BBS_DEV-001

KEKEC_BBS_DEV-001
みてるぞ 10 months ago
parent
commit
60b82f2ae2
2 changed files with 3 additions and 3 deletions
  1. +0
    -2
      .gitignore
  2. +3
    -1
      scripts/paint.js

+ 0
- 2
.gitignore View File

@@ -1,5 +1,3 @@
/image
/draft
/images
/drafts
/database.php


+ 3
- 1
scripts/paint.js View File

@@ -116,7 +116,7 @@ if (imageUrl != '')
reDraw ();
}, false);

imgData.src = `//miteruzo.ml/kekec/bbs/draft/${imageUrl}`;
imgData.src = `./draft/${imageUrl}`;
}

let nowDraw = false; // 描画フラグ
@@ -1043,5 +1043,7 @@ delLayer (lyr, fromHistory)
layer: lyr};
++count;
}

reDraw ();
}


Loading…
Cancel
Save