Browse Source

URL を相対パスにした.

main
Gitea 1 year ago
parent
commit
0a96136e34
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      paint.js

+ 1
- 1
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; // 描画フラグ


Loading…
Cancel
Save