Merge branch '3.1.x'

This commit is contained in:
Marc Alexander 2015-04-02 20:03:02 +02:00
commit 8546ed0fbc

View file

@ -410,7 +410,13 @@ function parseDocument($container) {
// Function that checks breadcrumbs
function check() {
var height = $this.height(),
width = $body.width();
width;
// Test max-width set in code for .navlinks above
width = parseInt($this.css('max-width'));
if (!width) {
width = $body.width();
}
maxHeight = parseInt($this.css('line-height'));
$links.each(function() {