Skip to content

Commit 58ee06b

Browse files
lebr0nli0140454
authored andcommitted
Change the position of atob helper
1 parent b399854 commit 58ee06b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/MenuXss.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,6 @@
117117
/>
118118
</VList>
119119
</VMenu>
120-
<VListItem
121-
title="atob() helper"
122-
@click="applyFunction('Encode.AtobHelper.encode')"
123-
/>
124120
<VMenu location="end" open-on-hover>
125121
<template #activator="{ props }">
126122
<VListItem
@@ -145,6 +141,10 @@
145141
/>
146142
</VList>
147143
</VMenu>
144+
<VListItem
145+
title="atob() helper"
146+
@click="applyFunction('Encode.AtobHelper.encode')"
147+
/>
148148
<VListItem
149149
title="Polyglot"
150150
@click="applyFunction('Payload.XSS.polyglot', true)"

0 commit comments

Comments
 (0)