Skip to content

Commit

Permalink
Site updated: 2024-10-02 12:07:09
Browse files Browse the repository at this point in the history
  • Loading branch information
emn178 committed Oct 2, 2024
1 parent 9c8fca5 commit aa41749
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 29 deletions.
6 changes: 0 additions & 6 deletions base32_decode_file.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@
methodLoad();
}
});</script><script>++waitLoadCount;
delayScripts.push({
src: 'js/base64.min.js',
onload: function () {
methodLoad();
}
});</script><script>++waitLoadCount;
delayScripts.push({
src: 'js/url-blob.js',
onload: function () {
Expand Down
6 changes: 0 additions & 6 deletions base58/decode/file/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@
methodLoad();
}
});</script><script>++waitLoadCount;
delayScripts.push({
src: 'js/base64.min.js',
onload: function () {
methodLoad();
}
});</script><script>++waitLoadCount;
delayScripts.push({
src: 'js/url-blob.js',
onload: function () {
Expand Down
2 changes: 1 addition & 1 deletion base64_decode.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}
});</script><script>++waitLoadCount;
delayScripts.push({
src: 'js/base64.min.js',
src: 'js/base64.min.js?v=0.4.1',
onload: function () {
methodLoad();
}
Expand Down
6 changes: 6 additions & 0 deletions base64_decode_file.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@
methodLoad();
}
});</script><script>++waitLoadCount;
delayScripts.push({
src: 'js/base64.min.js?v=0.4.1',
onload: function () {
methodLoad();
}
});</script><script>++waitLoadCount;
delayScripts.push({
src: 'js/url-blob.js',
onload: function () {
Expand Down
2 changes: 1 addition & 1 deletion base64_encode.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}
});</script><script>++waitLoadCount;
delayScripts.push({
src: 'js/base64.min.js',
src: 'js/base64.min.js?v=0.4.1',
onload: function () {
methodLoad();
}
Expand Down
2 changes: 1 addition & 1 deletion base64_encode_file.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}
});</script><script>++waitLoadCount;
delayScripts.push({
src: 'js/base64.min.js',
src: 'js/base64.min.js?v=0.4.1',
onload: function () {
methodLoad();
}
Expand Down
7 changes: 6 additions & 1 deletion double_sha256.html

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions hex_decode_file.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@
methodLoad();
}
});</script><script>++waitLoadCount;
delayScripts.push({
src: 'js/base64.min.js',
onload: function () {
methodLoad();
}
});</script><script>++waitLoadCount;
delayScripts.push({
src: 'js/url-blob.js',
onload: function () {
Expand Down
2 changes: 1 addition & 1 deletion js/base32.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/base58.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/base64.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions js/base64.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions js/data-uri-download-builder.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit aa41749

Please sign in to comment.