Skip to content

Commit b682dbd

Browse files
scottileeewdurbin
authored andcommitted
Remove About supernav (#1447)
1 parent a31b422 commit b682dbd

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

fixtures/boxes.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
[
2-
{
3-
"fields": {
4-
"label": "supernav-python-about",
5-
"content": "\r\n <li class=\"tier-2 super-navigation\">\r\n <h4>Python is a programming language that lets you work more quickly and integrate your systems more effectively.</h4>\r\n <p>You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs. <a href=\"/about\">Learn more about Python.</a>.\r\n </li>",
6-
"content_markup_type": "html"
7-
}
8-
},
92
{
103
"fields": {
114
"label": "supernav-python-events",

static/js/script.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@ function on_resize_orientationchange() {
7373

7474
if ( mq_tag.indexOf("load_supernavs") !=-1 && ! supernavs_loaded || is_ltie9 ) {
7575

76-
$.get("/box/supernav-python-about/",
77-
function(data){
78-
$('li#about .subnav').append( data );
79-
}, "html");
80-
$('li#about').addClass("with-supernav");
81-
8276
$.get("/box/supernav-python-downloads/",
8377
function(data){
8478
$('li#downloads .subnav').append( data );

0 commit comments

Comments
 (0)