去掉debugger
This commit is contained in:
parent
53c70bd2d5
commit
aba93ea474
|
@ -995,7 +995,7 @@
|
||||||
//content = doc.documentElement;
|
//content = doc.documentElement;
|
||||||
var x = doc.getElementsByClassName('word-details')[0];
|
var x = doc.getElementsByClassName('word-details')[0];
|
||||||
if (!x) {
|
if (!x) {
|
||||||
debugger
|
|
||||||
return htmlToDom('error: 查询无结果,可能没这个词');
|
return htmlToDom('error: 查询无结果,可能没这个词');
|
||||||
}
|
}
|
||||||
var fot = x.querySelector('.word-details-pane-footer');
|
var fot = x.querySelector('.word-details-pane-footer');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user