jquery.gdocviewer
jquery.gdocviewer copied to clipboard
Adjusted iframe src link to stop mixed content warning on https
When implemented on an SSL encrypted website you get an error concerning "Mixed Content" upon which the viewer is not loaded:
I therefore adjusted the link in the iframe for the doc viewer from http:// to // meaning the doc viewer URL will be linked using the protocol that the user is using.