File: styles/prosilver/template/forum_fn.js
Unmodified
Added
Modified
Removed
Line 328 | Line 328 |
---|
} }, 100); });
|
} }, 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
| /** * Resize navigation (breadcrumbs) block to keep all links on same line
|
Line 544 | Line 533 |
---|
} // Copy the list items to the dropdown if (!copied1) {
|
} // Copy the list items to the dropdown if (!copied1) {
|
var $clones1 = $linksFirst.clone();
| var $clones1 = $linksFirst.clone(true);
|
$menuContents.prepend($clones1.addClass('clone clone-first').removeClass('leftside rightside'));
if ($this.hasClass('post-buttons')) {
| $menuContents.prepend($clones1.addClass('clone clone-first').removeClass('leftside rightside'));
if ($this.hasClass('post-buttons')) {
|