Fixed small bug in JS and navigation - element - template
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
@@ -3,6 +3,7 @@ $(document).ready(function() {
|
||||
$("a[rel='external']").attr('target', '_blank');
|
||||
$(".main").css('min-height', $("nav").height() - 34);
|
||||
$(".dboarditem:last").css('min-height', $(".dboarditem:first").height());
|
||||
$(".dboarditem:first").css('min-height', $(".dboarditem:last").height());
|
||||
|
||||
// set focus on username-field if on loginpage
|
||||
if ($(".loginpage").length != 0) {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div class="menuelement bradiusodd">
|
||||
<h4>$completeLink</h4>
|
||||
<h4>{$completeLink}</h4>
|
||||
<ul>
|
||||
$navigation_links
|
||||
{$navigation_links}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user