fix bug
This commit is contained in:
parent
cd15874480
commit
f29ddbcf17
|
@ -911,6 +911,10 @@
|
|||
audioCache = {};
|
||||
engineResult = {};
|
||||
forceStopDrag();
|
||||
var s = icon.querySelector('.langs-cj');
|
||||
if (s) {
|
||||
s.parentNode.removeChild(s);
|
||||
}
|
||||
}
|
||||
/**发音*/
|
||||
function play(obj) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user