mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
clean code: remove comment
This commit is contained in:
parent
2baf7e2a4d
commit
8048830246
|
@ -1638,8 +1638,7 @@ void ArticleView::playSound()
|
|||
" link=gdAudioLinks.first; "
|
||||
" } "
|
||||
" return link;})(); ";
|
||||
// " var music = new Audio(link); "
|
||||
// " music.play(); ";
|
||||
|
||||
QString soundScript = runJavaScriptSync(ui.definition->page(), variable);
|
||||
// ui.definition->page()->runJavaScript(variable);
|
||||
if (!soundScript.isEmpty())
|
||||
|
|
Loading…
Reference in a new issue