Skip to content

Commit 14c397d

Browse files
edwellbrookbsvensson
authored andcommitted
Removed navigation items switching place
Moving navigation items to the top when selected becomes very confusing. I removed the code that caused this to improve usage.
1 parent 5617ccb commit 14c397d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

static/scripts/main.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ $(function () {
3535

3636
if ($currentItem.length) {
3737
$currentItem
38-
.remove()
39-
.prependTo('.navigation .list')
4038
.show()
4139
.find('.itemMembers')
4240
.show();
@@ -66,4 +64,4 @@ $(function () {
6664
document.getElementsByTagName('BODY')[0].appendChild(s);
6765
});
6866
}
69-
});
67+
});

0 commit comments

Comments
 (0)