Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions fixtures/boxes.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
[
{
"fields": {
"label": "supernav-python-about",
"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>",
"content_markup_type": "html"
}
},
{
"fields": {
"label": "supernav-python-events",
Expand Down
6 changes: 0 additions & 6 deletions static/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ function on_resize_orientationchange() {

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

$.get("/box/supernav-python-about/",
function(data){
$('li#about .subnav').append( data );
}, "html");
$('li#about').addClass("with-supernav");

$.get("/box/supernav-python-downloads/",
function(data){
$('li#downloads .subnav').append( data );
Expand Down