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
zistvan-events
Fabric Example Supplychain
Commits
cbf630c3
Commit
cbf630c3
authored
Jan 28, 2020
by
Zsolt from VM
Browse files
Update caption
parent
df2a3703
Changes
1
Hide whitespace changes
Inline
Side-by-side
supplychain/app/static/client.js
View file @
cbf630c3
...
...
@@ -112,7 +112,8 @@ function reloadAll() {
// My items
loadFromUrlNoParse
(
"
/myitems
"
,
{
complete_user
:
user_str
},
"
#log-items
"
,
function
(
rslt
)
{
if
(
rslt
==
""
)
{
return
"
<p>I have no items at the moment</p>
"
;
}
rslt
=
JSON
.
parse
(
rslt
);
if
(
rslt
.
length
==
0
)
{
return
"
<p>I have no items at the moment</p>
"
;
}
rslt
=
JSON
.
parse
(
rslt
);
const
mappedVals
=
rslt
.
map
(
showItemInfo
);
...
...
@@ -128,4 +129,4 @@ function reloadAll() {
let
intervalID
=
setInterval
(
reloadAll
,
5000
);
$
(
document
).
ready
(
reloadAll
);
\ No newline at end of file
$
(
document
).
ready
(
reloadAll
);
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