diff --git a/webgoat-container/src/main/resources/static/js/goatApp/view/GoatRouter.js b/webgoat-container/src/main/resources/static/js/goatApp/view/GoatRouter.js index 2a6079e2c..41301bb1a 100644 --- a/webgoat-container/src/main/resources/static/js/goatApp/view/GoatRouter.js +++ b/webgoat-container/src/main/resources/static/js/goatApp/view/GoatRouter.js @@ -41,6 +41,7 @@ define(['jquery', // this.menuController.initMenu(); webgoat = {}; webgoat.customjs = {}; + webgoat.customjs.jquery = $; // goatRouter.on('route:attackRoute', function(scr,menu,stage,num) { // this.lessonController.loadLesson(scr,menu,stage,num);