Commit: 981b28796071a76f8e3e0b96450697bc629596b7 Author: Hannes Magnusson <bj...@mongodb.com> Thu, 26 Dec 2013 20:29:04 -0800 Parents: 5c52d40bd319e984e7963bf9aba9390f74e37cc2 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=981b28796071a76f8e3e0b96450697bc629596b7 Log: Kill UserVoice. Its no longer useful Changed paths: M include/footer.inc M styles/theme-base.css Diff: diff --git a/include/footer.inc b/include/footer.inc index f6a0631..369663c 100644 --- a/include/footer.inc +++ b/include/footer.inc @@ -48,25 +48,6 @@ } ?> -<!-- UserVoice JavaScript SDK (only needed once on a page) --> -<script>(function(){var uv=document.createElement('script');uv.type='text/javascript';uv.async=true;uv.src='//widget.uservoice.com/zDo1PI3X0lzE9SaQxC3LQ.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(uv,s)})()</script> - -<!-- A tab to launch the Classic Widget --> -<script> -UserVoice = window.UserVoice || []; -UserVoice.push(['showTab', 'classic_widget', { - mode: 'feedback', - primary_color: '#9999cc', - link_color: '#3f438d', - forum_id: 211823, - feedback_tab_name: 'Give feedback', - tab_label: 'Feedback & Ideas', - tab_color: '#666699', - tab_position: 'middle-right', - tab_inverted: false -}]); -</script> - <a id="toTop" href="javascript:;"><span id="toTopHover"></span><img width="40" height="40" alt="To Top" src="/images/to-...@2x.png"></a> </body> diff --git a/styles/theme-base.css b/styles/theme-base.css index e15a8b6..c54adec 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -1695,11 +1695,6 @@ div.soft-deprecation-notice blockquote.sidebar { max-height: 50em; } - /* Hiding UserVoice sticky bar when in smartphone mode */ - #uvTab { - display: none !important; - } - #flash-message { margin-top: 0px !important; top: 0; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php