| Issue 296: | function iframeLoaded() | |
| 3 people starred this issue and may be notified of changes. | Back to list |
if (currentSettings.titleFromIframe) {// add "{"
tmp.title = iframe.find('title').text();
if (!tmp.title) {
// for IE
try {
tmp.title = iframe.find('title').html();
} catch (err) { }
}
}// add "}"
i add "{}" after "if (currentSettings.titleFromIframe)"
{} should be include "if (!tmp.title) "
is that right?
Aug 14, 2009
The version 1.5.2 just released should fix this issue.
Status:
Fixed
Jan 13, 2010
version 1.5.5 is still having this issue (line 1353) |
Labels: Type-Defect