diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-22 16:14:27 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-22 16:14:27 +0300 |
| commit | 3f2e1aede90984d3bafab377509f712e5ce51ec0 (patch) | |
| tree | 8428619d0e04e1089915a124eec10bdd2f422915 /web/assets/js/util/utils.js | |
| parent | 235e6880c1652a25bf09e7b019b2de749841a37a (diff) | |
features - random ShortId button
Diffstat (limited to 'web/assets/js/util/utils.js')
| -rw-r--r-- | web/assets/js/util/utils.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/assets/js/util/utils.js b/web/assets/js/util/utils.js index d3092ac1..e6a28a32 100644 --- a/web/assets/js/util/utils.js +++ b/web/assets/js/util/utils.js @@ -104,7 +104,7 @@ class RandomUtil { return str; } - static randowShortId() { + static randomShortId() { return this.randomShortIdSeq(8); } |
