Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DARIAH-DE
TextGridRep Portal
Commits
9bda3280
Commit
9bda3280
authored
May 12, 2020
by
Ubbo Veentjer
Browse files
missed a dot
parent
6ce5563e
Pipeline
#134592
passed with stages
in 10 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/jsp/base/foot.jsp
View file @
9bda3280
...
...
@@ -48,7 +48,7 @@
.
then
(
cnt
=>
setBasketCount
(
cnt
));
});
function
setBasketCount
(
num
)
{
document
.
querySelectorAll
(
'
topbox_shelf-count
'
).
forEach
(
elem
=>
{
document
.
querySelectorAll
(
'
.
topbox_shelf-count
'
).
forEach
(
elem
=>
{
elem
.
textContent
=
num
;
})
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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