Skip to content

Commit

Permalink
Change the position of atob helper
Browse files Browse the repository at this point in the history
  • Loading branch information
lebr0nli committed Sep 7, 2024
1 parent 68c4cba commit b155a85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/MenuXss.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@
/>
</VList>
</VMenu>
<VListItem
title="atob() helper"
@click="applyFunction('Encode.AtobHelper.encode')"
/>
<VMenu location="end" open-on-hover>
<template #activator="{ props }">
<VListItem
Expand All @@ -145,6 +141,10 @@
/>
</VList>
</VMenu>
<VListItem
title="atob() helper"
@click="applyFunction('Encode.AtobHelper.encode')"
/>
<VListItem
title="Polyglot"
@click="applyFunction('Payload.XSS.polyglot', true)"
Expand Down

0 comments on commit b155a85

Please sign in to comment.