diff options
Diffstat (limited to 'templates/web/fixamingata/footer.html')
-rw-r--r-- | templates/web/fixamingata/footer.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/web/fixamingata/footer.html b/templates/web/fixamingata/footer.html index 7fd490129..ad4d6c4a6 100644 --- a/templates/web/fixamingata/footer.html +++ b/templates/web/fixamingata/footer.html @@ -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> |