support for custom js functions on data submission and some other UI enhancements

This commit is contained in:
Jason White
2016-10-12 11:28:53 -04:00
parent 807e343603
commit 217d87e523
2 changed files with 12 additions and 30 deletions

View File

@ -39,6 +39,8 @@ define(['jquery',
goatRouter = new GoatAppRouter();
this.lessonController.start();
// this.menuController.initMenu();
webgoat = {};
webgoat.customjs = {};
// goatRouter.on('route:attackRoute', function(scr,menu,stage,num) {
// this.lessonController.loadLesson(scr,menu,stage,num);