ericmmartin / simplemodal

A modal dialog framework for jQuery
http://simplemodal.com/
Other
506 stars 229 forks source link

Fixed issue with iFrame and google chrome #57

Closed chriskooken closed 10 years ago

chriskooken commented 10 years ago

In google chrome, when calling from within an iFrame, the 2 numeric values were getting concatenated instead of added. I wrapped them in "parseFloat" so they are always added.

ericmmartin commented 10 years ago

Thanks Chris!