Export to GitHub

nyromodal - issue #296

function iframeLoaded()


Posted on Jul 30, 2009 by Helpful Ox

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 Panda

Yes, 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 Panda

The version 1.5.2 just released should fix this issue.

Comment #3

Posted on Jan 13, 2010 by Massive Giraffe

version 1.5.5 is still having this issue (line 1353)

Status: Fixed

Labels:
Type-Defect