Skip to content

Commit

Permalink
neo.js
Browse files Browse the repository at this point in the history
  • Loading branch information
satopian committed Dec 11, 2024
1 parent a78feed commit 79ca59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion potiboard5/neo.js
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,6 @@ Neo.getAbsoluteURL = function (board, url) {
};

Neo.submit = function (board, blob, thumbnail, thumbnail2) {

var url = Neo.getAbsoluteURL(board, Neo.config.url_save);
var headerString = Neo.str_header || "";

Expand Down Expand Up @@ -1328,6 +1327,7 @@ Neo.submit = function (board, blob, thumbnail, thumbnail2) {
);

if (!isConfirmed) {
Neo.submitButton.enable();
console.log("中止しました。");
return; // ユーザーが続行しない場合、処理を中断
}
Expand Down

0 comments on commit 79ca59b

Please sign in to comment.