Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tammo Jan Dijkema
dt_ctrl
Commits
760f76de
Commit
760f76de
authored
Dec 08, 2013
by
Jeroen Vreeken
Browse files
small change to tle load code
parent
9ba83526
Changes
1
Hide whitespace changes
Inline
Side-by-side
console/htdocs/index.html
View file @
760f76de
...
...
@@ -1921,7 +1921,7 @@ function sat_reload()
while
(
sat_tle_select
.
options
.
length
)
sat_tle_select
.
remove
(
0
);
sat_tle
=
new
Array
()
;
sat_tle
.
length
=
0
;
amateur
=
load
(
"
tle/amateur.txt
"
).
split
(
'
\n
'
);
tle_new
=
load
(
"
tle/tle-new.txt
"
).
split
(
'
\n
'
);
...
...
Write
Preview
Supports
Markdown
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