From fc2360b49bc2404bef7bde0444a411db77b295e6 Mon Sep 17 00:00:00 2001 From: Jason White Date: Sat, 24 Oct 2015 13:12:44 -0500 Subject: [PATCH] #41 ... one more --- webgoat-container/src/main/webapp/js/goatApp/view/GoatRouter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webgoat-container/src/main/webapp/js/goatApp/view/GoatRouter.js b/webgoat-container/src/main/webapp/js/goatApp/view/GoatRouter.js index c31f35785..9b1b20717 100644 --- a/webgoat-container/src/main/webapp/js/goatApp/view/GoatRouter.js +++ b/webgoat-container/src/main/webapp/js/goatApp/view/GoatRouter.js @@ -33,7 +33,7 @@ define(['jquery', init:function() { goatRouter = new GoatAppRouter(); this.lessonController.start(); - this.menuController.initMenu(); + // this.menuController.initMenu(); goatRouter.on('route:attackRoute', function(scr,menu,stage) { this.lessonController.loadLesson(scr,menu,stage);