Skip to content

Commit

Permalink
ajax just include .listing-summary, not un-needed html structure anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Krause committed Apr 17, 2015
1 parent b2a4f90 commit e099cf7
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,14 @@
// only load once.
if (pane.is(":empty")) {
// load it with a page specified in the tab's href
pane.load(this.getTabs().eq(i).attr("href"));
content_raw= this.getTabs().eq(i).attr("href");
content_selected= content_raw.concat(" #content .listing-summary")
pane.load(content_selected);
}
}
});
});
</script>
</script>
</section>

<section class="development__projectmap"
Expand Down

0 comments on commit e099cf7

Please sign in to comment.