User talk:Js/6tabs-vector.js
Protocol-relative URL
![]() | It is requested that an edit be made to the interface-protected user page at User:Js/6tabs-vector.js. (edit · history · last · links · protection log)
This template must be followed by a complete and specific description of the request, that is, specify what text should be removed and a verbatim copy of the text that should replace it. "Please change X" is not acceptable and will be rejected; the request must be of the form "please change X to Y".
The edit may be made by any interface administrator. Remember to change the |
In the line that sets the src
attribute of each icon image:
.attr('src','/media/wikipedia/'+name)
the URL should be protocol-relative, that is:
.attr('src','/media/wikipedia/'+name)
in order to avoid mixed content in the event that someone is using the secure server without HTTPS Everywhere. Does this look right, or am I missing something? SoledadKabocha (talk) 05:28, 21 September 2012 (UTC)