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?
Comment #1
Posted on Aug 11, 2009 by Swift PandaYes, that's correct, I don't know what i did this way.
This fix will be included in the next release.
Comment #2
Posted on Aug 14, 2009 by Swift PandaThe version 1.5.2 just released should fix this issue.
Comment #3
Posted on Jan 13, 2010 by Massive Giraffeversion 1.5.5 is still having this issue (line 1353)
Status: Fixed
Labels:
Type-Defect