mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
Revert "opt:website dictionary iframe remove mouseover event"
This reverts commit c88d85ba7c
.
This commit is contained in:
parent
d68a8c7ff0
commit
b9c74c8714
|
@ -396,7 +396,9 @@ sptr< DataRequest > WebSiteDictionary::getArticle( wstring const & str,
|
|||
|
||||
|
||||
result += string( "<iframe id=\"gdexpandframe-" ) + getId() +
|
||||
"\" src=\""+encodeUrl.toStdString() +"\" "
|
||||
"\" src=\""+encodeUrl.toStdString() +
|
||||
"\" onmouseover=\"processIframeMouseOver('gdexpandframe-" + getId() + "');\" "
|
||||
"onmouseout=\"processIframeMouseOut();\" "
|
||||
"scrolling=\"no\" "
|
||||
"style=\"overflow:visible; width:100%; display:block; border:none;\" sandbox=\"allow-same-origin allow-scripts allow-popups\">"
|
||||
"</iframe>";
|
||||
|
|
Loading…
Reference in a new issue