@@ -9,7 +9,7 @@ const menuActions = [
99
1010 { menu : "W" , "title" : "Exploits" , menuref : "W>E" , file : "" } ,
1111 { 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 } ,
1313
1414
1515 { menu : "W" , "title" : "Accessibility" , menuref : "W>A" , file : "" } ,
@@ -104,7 +104,7 @@ const menuActions = [
104104
105105
106106 { 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 } ,
108108 { menu : "W>S" , "title" : "CSS: Insert" , file : "js/web/styling/insertCss.js" , instant : false } ,
109109 { menu : "W>S" , "title" : "CSS: Plain" , file : "js/web/styling/plainCss.js" , instant : false } ,
110110 { menu : "W>S" , "title" : "CSS: Remove" , file : "js/web/styling/removeCss.js" , instant : false } ,
0 commit comments