Making WordPress.org


Ignore:
Timestamp:
12/28/2013 10:48:39 PM (11 years ago)
Author:
nacin
Message:

Trac: Remove mobile download button, this is unnecessary outside of the home/download pages and takes up a huge amount of room on the bug tracker.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/trac.wordpress.org/templates/wporg-head.html

    r156 r184  
    1616    <![endif]-->
    1717
    18     <script type="text/javascript">
    19         var toggleMenu = function() {
    20             var m = document.getElementById('wporg-header-menu'),
    21                 c = m.className;
    22             m.className = c.match( ' active' ) ? c.replace( ' active', '' ) : c + ' active';
    23         }
    24     </script>
    25 
    26 
    2718</html>
Note: See TracChangeset for help on using the changeset viewer.