diff options
Diffstat (limited to 'templates/web/fixamingata/footer.html')
-rw-r--r-- | templates/web/fixamingata/footer.html | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/templates/web/fixamingata/footer.html b/templates/web/fixamingata/footer.html index fc3cf02f0..ad4d6c4a6 100644 --- a/templates/web/fixamingata/footer.html +++ b/templates/web/fixamingata/footer.html @@ -8,7 +8,7 @@ </div><!-- .table-cell --> <div class="nav-wrapper"> - <div class="nav-wrapper-2"> + <div class="container"> <div id="main-nav" role="navigation"> <ul class="nav-menu nav-menu--main"> <li><[% IF c.req.uri.path == '/' %]span[% ELSE %]a href="/"[% END %] class="report-a-problem-btn" @@ -21,7 +21,6 @@ %]>[% loc("Local alerts") %]</[% c.req.uri.path == '/alert' ? 'span' : 'a' %]></li>[% %]<li><[% IF c.req.uri.path == '/faq' %]span[% ELSE %]a href="/faq"[% END %]>[% loc("Help") %]</[% c.req.uri.path == '/faq' ? 'span' : 'a' %]></li> - <!-- <li><a href="javascript:UserVoice.showPopupWidget();">Lämna förslag</a></li> --> </ul> </div> </div> @@ -29,15 +28,6 @@ </div> <!-- .wrapper --> [% INCLUDE 'common_footer_tags.html' %] - -<script type="text/javascript"> - var uvOptions = {}; - (function() { - var uv = document.createElement('script'); uv.type = 'text/javascript'; uv.async = true; - uv.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'widget.uservoice.com/vflswzMnwvfytYBz1rNw.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(uv, s); - })(); -</script> </body> </html> |