Skip to content

Commit

Permalink
連続アップロードできないことの表示
Browse files Browse the repository at this point in the history
  • Loading branch information
narugit committed Sep 14, 2018
1 parent 5d8f79a commit 80eb997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Public/js/mainRegister_js.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
*/
function showResultSuccess(){
$('#result').empty();
$('#result').append('<div class=\"mdl-typography--font-bold mdl-color-text--blue\">送信しました. / Complete.</div>')
$('#result').append('<div class=\"mdl-typography--font-bold mdl-color-text--blue\">送信しました.引き続き他のデータを登録する場合はページをリロードしてください. / Complete. If you want to upload other information, please reload the page, thank you.</div>')
$('#loading_bar').hide();
$('#submit_btn').attr('disabled', false);
}
Expand Down

1 comment on commit 80eb997

@narugit
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#8
ひとまず,ユーザに現状は連続アップロードできないことを示す.

Please sign in to comment.