Skip to content

Commit 710e3ee

Browse files
committed
Merge branch 'next' of https://github.com/webgoat-atlassian/WebGoat-1 into next
Conflicts: src/main/webapp/js/application.js
2 parents 0f82bd9 + 9e40e55 commit 710e3ee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/webapp/js/application.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var app = function() {
1111
sideBarLeftInit();
1212
window.onresize = function(){
1313
sideBarLeftInit();
14-
};
14+
}
1515
closePanel();
1616
};
1717

@@ -221,7 +221,6 @@ var app = function() {
221221
morrisPie: morrisPie,
222222
sideBarLeftInit:sideBarLeftInit
223223
};
224-
225-
226224
}();
227225

226+

0 commit comments

Comments
 (0)