Merge branch 'next' of https://github.com/WebGoat/WebGoat into next

This commit is contained in:
diver-sity
2014-09-12 21:13:07 +10:00
157 changed files with 745 additions and 607 deletions

View File

@ -8,11 +8,12 @@ var app = function() {
// menu is handled by angular
//menu();
togglePanel();
closePanel();
closePanel();
};
var tooltips = function() {
$('#toggle-left').tooltip();
$('.right_nav_button').tooltip({'placement': 'bottom'});
};
var togglePanel = function() {