Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
d7e8a4b2
Commit
d7e8a4b2
authored
Feb 09, 2021
by
Michael Long
Browse files
formatting
parent
1805927b
Pipeline
#1300
passed with stage
in 11 minutes and 40 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
exec/importcfg.js
exec/importcfg.js
+1
-2
No files found.
exec/importcfg.js
View file @
d7e8a4b2
...
...
@@ -4,6 +4,7 @@
// *****************************************************************
"
use strict
"
;
var
cnflib
=
load
({},
"
cnflib.js
"
);
var
file_cnf
=
cnflib
.
read
(
"
file.cnf
"
);
...
...
@@ -128,9 +129,7 @@ if (cnf_obj == 'xtrn') {
for
(
var
i
in
list
)
{
var
obj
=
list
[
i
];
var
j
;
for
(
j
=
0
;
j
<
cnf
[
cnf_obj
].
length
;
j
++
)
{
if
(
cnf
[
cnf_obj
][
j
].
code
!==
undefined
)
{
if
(
cnf
[
cnf_obj
][
j
].
code
.
toUpperCase
()
==
obj
.
code
.
toUpperCase
())
...
...
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