pull in application to fix navigation toggling and tooltips

This commit is contained in:
lawson89
2014-08-18 20:47:55 -04:00
parent f3092a2344
commit e26dcf84a9
2 changed files with 11 additions and 15 deletions

View File

@ -5,7 +5,8 @@ var app = function() {
tooltips();
toggleMenuLeft();
toggleMenuRight();
menu();
// menu is handled by angular
//menu();
togglePanel();
closePanel();
};