mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
c7796f7033
commit
be200035e3
8 changed files with 82 additions and 8 deletions
|
@ -1,5 +1,10 @@
|
|||
define([], function () {
|
||||
|
||||
function replaceAll(str, find, replace) {
|
||||
|
||||
return str.split(find).join(replace);
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
cleanPassword: function (password) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue