Skip to content

Commit 6dbaaae

Browse files
authored
Update add-remove-beep-sound.md
1 parent a78010b commit 6dbaaae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

programming/javascript/faq/add-remove-beep-sound.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ Dynamsoft.DCE.Feedback.beep();
1919
**_NOTE:_** - Check the class [Feedback](https://www.dynamsoft.com/camera-enhancer/docs/web/programming/javascript/api-reference/feedback.html#beep) for more details.
2020

2121

22-
<details>
23-
<summary><b> Version 9</b></summary>
22+
## Version 9
2423
This feature is controlled using the [whenToPlaySoundforSuccessfulRead](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/api-reference/interface/ScanSettings.html?ver=latest) property. To enable the feature, set the property to either **frame** or **unique**. To disable the feature, set it to **never**.
2524

2625
> This feature is disabled by default.
27-
</details>

0 commit comments

Comments
 (0)