Skip to content

Commit

Permalink
base64
Browse files Browse the repository at this point in the history
  • Loading branch information
nano2dev committed Feb 6, 2024
1 parent 3307bb7 commit 312c268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion latest.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

var all = document.querySelectorAll(element);

for (var i=0, max=all.length; i < max; i++) {\
for (var i=0, max=all.length; i < max; i++) {
if (original_config.decode) {
all[i].innerHTML = btoa(locked_content[i].replace('A', ''))
} else {
Expand Down

0 comments on commit 312c268

Please sign in to comment.