Skip to content

Commit

Permalink
paint_klecks.html
Browse files Browse the repository at this point in the history
  • Loading branch information
satopian committed Feb 11, 2023
1 parent 4929590 commit 5ed42eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion petitnote/template/basic/paint_klecks.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
return alert(<?php if($en):?>'404 not found\nsaveklecks.php'<?php else:?>'エラー404\nsaveklecks.phpがありません。'<?php endif;?>);
}
if(response_status!==200){
return alert(<?php if($en):?>'Server or line is unstable.\nPlease try again!'<?php else:?>'投稿に失敗\n時間をおいて再度投稿してみてください。'<?php endif;?>);
return alert(<?php if($en):?>'Your picture upload failed!\nPlease try again!'<?php else:?>'投稿に失敗\n時間をおいて再度投稿してみてください。'<?php endif;?>);
}
if (response.ok) {
response.text().then((text) => {
Expand Down

0 comments on commit 5ed42eb

Please sign in to comment.