This website works better with JavaScript.
Home
Explore
Register
Sign In
miteruzo
/
kekec_bbs
Watch
1
Star
0
Fork
0
Code
Issues
4
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
URL を相対パスにした.
main
Gitea
1 year ago
parent
e7f358ff40
commit
0a96136e34
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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; // 描画フラグ
Write
Preview
Loading…
Cancel
Save