Oitzu / pimatic-iframe

GNU General Public License v2.0
2 stars 5 forks source link

Implemented reload feature #2

Closed mwittig closed 9 years ago

mwittig commented 9 years ago

Implemented the reload feature.

frame.src = frame.src looks odd, but it is the only way I am aware of to get the content reloaded if iframe content has a different origin than the parent.

mwittig commented 9 years ago

Some notes on changes I did:

Oitzu commented 9 years ago

Well, the frame.src = frame.src, is the only way, i know, too. Changes seem to be ok to me. I will test them and then release.