Compare commits

..

No commits in common. "d365f17ebde1cf3e57b4749bf91e2c9e7592fb7f" and "477f5d9e1db990bd70fdff64b696b1b0810e95d3" have entirely different histories.

View file

@ -329,6 +329,17 @@ function parseDocument($container) {
}, 100);
});
/**
* Adjust HTML code for IE8 and older versions
*/
// if (oldBrowser) {
// // Fix .linklist.bulletin lists
// $container
// .find('ul.linklist.bulletin > li')
// .filter(':first-child, .rightside:last-child')
// .addClass('no-bulletin');
// }
/**
* Resize navigation (breadcrumbs) block to keep all links on same line
*/