File: styles/prosilver/template/forum_fn.js
Unmodified
Added
Modified
Removed
Line 544 | Line 544 |
---|
} // 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')) {
|