mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 11:57:34 -07:00
Fix bug in #6585
This commit is contained in:
parent
ccf4b50843
commit
0ff9e5a364
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ export default Vue.extend({
|
|||
.map(x => '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz#$%*+,-.:;=?@[]^_{|}~'.indexOf(x))
|
||||
.reduce((a, c) => a * 83 + c, 0)
|
||||
.toString(16)
|
||||
.padStart(6, '0')
|
||||
: undefined;
|
||||
},
|
||||
onClick(e) {
|
||||
|
|
Loading…
Reference in a new issue