I had something weird happen. I replaced the line window.top.opener.SetUrl( fileUrl ) ; with window.top.opener.SetUrl( "http://" + location.hostname + fileUrl ) ;
It worked at first. Then out of nowhere it starts doubling up on the name, like this: http://www.domainname.comhttp://www.domainname.com/images/image1.jpg
I change it back to window.top.opener.SetUrl( fileUrl ) ;
and that makes it work again. I think I turned off "use site path for images/files" in the Toolbar menu of the extension... but in trying to fix it I tried it both on and off and it didn't solve the problem... not really sure what that does. |
|
|