Skip to content

Commit

Permalink
試験機能ページの「すべてデフォルトに戻す」ボタンが機能しないバグを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Robot-Inventor committed Jul 9, 2020
1 parent 921cc17 commit 661167b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ Edition: ORIZIN Agent HTML
#### 削除
- アップデートチェッカーを完全に削除します。

### [v3.3.97.3dev-Crane] - 2020-07-09
#### 修正
- 試験機能ページの「すべてデフォルトに戻す」ボタンが機能しないバグを修正しました。

### [v3.3.96.2dev-Crane] - 2020-07-09
#### 修正
- リファクタリングを行いました。
Expand Down
7 changes: 1 addition & 6 deletions resource/html/flag.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h2>試験機能</h2>
設定ページに音声に関する設定を追加し,音声のピッチ・スピード・ボリュームを設定できるようにします。
</p>
</section>
<span id="refresh_button"><i class="material_icon">refresh</i>すべてデフォルトに戻す</span>
<span id="refresh_button" onclick="eel.reset_flag(); location.reload();"><i class="material_icon">refresh</i>すべてデフォルトに戻す</span>
</div>
</main>
<style>
Expand Down Expand Up @@ -97,11 +97,6 @@ <h2>試験機能</h2>
function save_setting() {
eel.set_flag(event.target.id, event.target.checked);
}

document.getElementById("refresh_button").onclick(function() {
eel.reset_flag();
location.reload();
});
</script>
</body>
</html>
2 changes: 1 addition & 1 deletion resource/information.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Series Name:ORIZIN Agent
Edition:ORIZIN Agent HTML
Version:v3.3.96.2dev
Version:v3.3.97.3dev
Code Name:Crane
Date:2020-07-09 JST
2 changes: 1 addition & 1 deletion update_message.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
リファクタリングを行いました
バグの修正です

0 comments on commit 661167b

Please sign in to comment.