mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-13 01:08:50 +00:00
Monotone-Parent: 7f76103f70f06e2d9d23dda324c36f84d85eae1c
Monotone-Revision: 2b96d00aec89e2290a01e1ee04bdc8cee5487139 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-08-23T20:58:41 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1718,8 +1718,9 @@ AIM = {
|
||||
if (d.location.href == "about:blank")
|
||||
return;
|
||||
|
||||
if (typeof(i.onComplete) == 'function')
|
||||
i.onComplete(d.body.innerHTML);
|
||||
if (typeof(i.onComplete) == 'function') {
|
||||
i.onComplete(Element.allTextContent(d.body));
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user