Commit 9b27e1e2071cba18679a40764b2141344847294b
1 parent
c51bc7be
Exists in
master
and in
8 other branches
Fix barra brasil (footer)
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
src/app/partials/footer/footer.html
src/index.html
... | ... | @@ -40,6 +40,7 @@ |
40 | 40 | <div ui-view="header"></div> |
41 | 41 | <div id="content" ui-view="main"></div> |
42 | 42 | <div ui-view="footer"></div> |
43 | + <div id="footer-brasil"></div> | |
43 | 44 | |
44 | 45 | <!-- build:js(src) scripts/vendor.js --> |
45 | 46 | <!-- bower:js --> |
... | ... | @@ -56,6 +57,6 @@ |
56 | 57 | <!-- angular templates will be automatically converted in js and inserted here --> |
57 | 58 | <!-- endinject --> |
58 | 59 | <!-- endbuild --> |
59 | - <script defer="defer" src="//barra.brasil.gov.br/barra.js" type="text/javascript"></script> | |
60 | + <script defer="defer" src="http://barra.brasil.gov.br/barra.js" type="text/javascript"></script> | |
60 | 61 | </body> |
61 | 62 | </html> | ... | ... |