// fixs on horizontal nav + add icon on footer links

This commit is contained in:
Kevin Granger
2013-11-21 12:15:21 +01:00
parent 9229d6cb52
commit b10d50ef09
5 changed files with 50 additions and 49 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ $( document ).ready(function() {
//nav top bar
function navTopbar(){
//$('body').removeClass('page-sidebar').addClass('page-topbar').removeClass('page-sidebar-closed');
//$('#nav-sidebar').attr('id','nav-topbar');
$('#nav-sidebar').attr('id','nav-topbar');
var topbar = $('#nav-topbar');
topbar.off();
$('span.submenu_expand').remove();