@@ -9,7 +9,7 @@ const menuActions = [
9
9
10
10
{ menu : "W" , "title" : "Exploits" , menuref : "W>E" , file : "" } ,
11
11
{ menu : "W>E" , "title" : "Injection: SQL" , file : "js/web/exploits/sql.js" , instant : false } ,
12
- { menu : "W>E" , "title" : "Injection: XSS " , file : "js/web/exploits/xss.js" , instant : false } ,
12
+ { menu : "W>E" , "title" : "Injection: XSS" , file : "js/web/exploits/xss.js" , instant : false } ,
13
13
14
14
15
15
{ menu : "W" , "title" : "Accessibility" , menuref : "W>A" , file : "" } ,
@@ -104,7 +104,7 @@ const menuActions = [
104
104
105
105
106
106
{ menu : "W" , "title" : "Styling" , menuref : "W>S" , file : "" } ,
107
- { menu : "W>S" , "title" : "Pritty Print: CSS File" , file : "js/web/styling/cssPrettifier.js" , instant : false } ,
107
+ { menu : "W>S" , "title" : "Pretty Print: CSS File" , file : "js/web/styling/cssPrettifier.js" , instant : false } ,
108
108
{ menu : "W>S" , "title" : "CSS: Insert" , file : "js/web/styling/insertCss.js" , instant : false } ,
109
109
{ menu : "W>S" , "title" : "CSS: Plain" , file : "js/web/styling/plainCss.js" , instant : false } ,
110
110
{ menu : "W>S" , "title" : "CSS: Remove" , file : "js/web/styling/removeCss.js" , instant : false } ,
0 commit comments