Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
676831db
Commit
676831db
authored
Jan 12, 2022
by
longpanda
Browse files
fix typo
parent
e5fa5e6d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Plugson/www/plugson_persistence.html
Plugson/www/plugson_persistence.html
+1
-1
No files found.
Plugson/www/plugson_persistence.html
View file @
676831db
...
@@ -281,7 +281,7 @@
...
@@ -281,7 +281,7 @@
$
(
'
input[type=text]
'
).
each
(
function
(){
$
(
'
input[type=text]
'
).
each
(
function
(){
var
id
=
$
(
this
).
attr
(
'
id
'
);
var
id
=
$
(
this
).
attr
(
'
id
'
);
if
(
typeof
(
id
)
==
'
undefined
'
)
{
if
(
typeof
(
id
)
==
'
undefined
'
)
{
retu
n
rn
;
return
;
}
}
if
(
id
.
startsWith
(
'
id_text_timeout_
'
)
||
id
.
startsWith
(
'
id_text_autosel_
'
))
{
if
(
id
.
startsWith
(
'
id_text_timeout_
'
)
||
id
.
startsWith
(
'
id_text_autosel_
'
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment