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