User talk:Js/6tabs-vector.js
Appearance
Protocol-relative URL
![]() | This edit request has been answered. Set the |answered= parameter to no to reactivate your request. |
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)
- In other words, diff of the requested edit SoledadKabocha (talk) 05:03, 24 September 2012 (UTC)
- Okay
Done. Let me know if there are any problems. — Martin (MSGJ · talk) 14:56, 26 September 2012 (UTC)
- Okay