Commit b2cac32b570119b109c9ea7dc3db06ce20b3c6da
1 parent
732af3e8
Exists in
master
and in
79 other branches
Fixed barra brasil for https connections
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
colab_spb_theme/templates/header.html
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | <div id="barra-brasil"> |
6 | 6 | <a href="http://brasil.gov.br" style="background:#7F7F7F; height: 20px; padding:4px 0 4px 10px; display: block; font-family:sans,sans-serif; text-decoration:none; color:white; ">Software Público Brasileiro</a> |
7 | 7 | </div> |
8 | - <script src="http://barra.brasil.gov.br/barra.js" type="text/javascript" defer async></script> | |
8 | + <script src="//barra.brasil.gov.br/barra.js" type="text/javascript" defer async></script> | |
9 | 9 | <div id="header" role="banner"> |
10 | 10 | <div> |
11 | 11 | <ul id="accessibility"> | ... | ... |