Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OLAT CI-CD Testing Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lars Oliver Dam
OLAT CI-CD Testing Project
Commits
8c9d4a36
Commit
8c9d4a36
authored
10 years ago
by
srosse
Browse files
Options
Downloads
Plain Diff
Merge OpenOLAT 10.2 to OpenOLAT default branch with 3b9ecf0af036b5c5023253dada66a0c80b013641
parents
73477a84
88ab2b30
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.hgtags
+1
-0
1 addition, 0 deletions
.hgtags
src/main/webapp/static/js/openolat/glossaryhighlighter.js
+1
-1
1 addition, 1 deletion
src/main/webapp/static/js/openolat/glossaryhighlighter.js
with
2 additions
and
1 deletion
.hgtags
+
1
−
0
View file @
8c9d4a36
...
@@ -107,3 +107,4 @@ af70cba43e63c869157b900f2a0d8bda7e0900d8 OpenOLAT 10.2.1
...
@@ -107,3 +107,4 @@ af70cba43e63c869157b900f2a0d8bda7e0900d8 OpenOLAT 10.2.1
d439e94e9a8f99fbfe9a0e61720189185dde1ba1 OpenOLAT 10.2.1
d439e94e9a8f99fbfe9a0e61720189185dde1ba1 OpenOLAT 10.2.1
3003411d7470026b202274abecd2e65c012c9b96 OpenOLAT 10.2.2
3003411d7470026b202274abecd2e65c012c9b96 OpenOLAT 10.2.2
12a83272ceab2dec4ba03903e90a7cddd6cffc2c OpenOLAT 10.2.3
12a83272ceab2dec4ba03903e90a7cddd6cffc2c OpenOLAT 10.2.3
dddaecac3f7ad507a77d5d2df5ded499b06baf0f OpenOLAT 10.2.4
This diff is collapsed.
Click to expand it.
src/main/webapp/static/js/openolat/glossaryhighlighter.js
+
1
−
1
View file @
8c9d4a36
...
@@ -315,7 +315,7 @@ function getHighlightStartTag(glossaryMainTerm, searchTerm, occurrence){
...
@@ -315,7 +315,7 @@ function getHighlightStartTag(glossaryMainTerm, searchTerm, occurrence){
searchTerm
=
searchTerm
.
replace
(
"
"
,
"
+
"
);
searchTerm
=
searchTerm
.
replace
(
"
"
,
"
+
"
);
var
identifier
=
"
gloss
"
+
glossaryMainTerm
+
""
+
searchTerm
+
""
+
occurrence
;
var
identifier
=
"
gloss
"
+
glossaryMainTerm
+
""
+
searchTerm
+
""
+
occurrence
;
identifier
=
mainwindow
.
o_gloss_getUniqueTargetId
(
identifier
);
identifier
=
mainwindow
.
o_gloss_getUniqueTargetId
(
identifier
);
highlightStartTag
=
"
<span class=
\"
o_tm_glossary
\"
id=
\"
"
+
identifier
+
"
\"
>
"
;
highlightStartTag
=
"
<span class=
'
o_tm_glossary
'
id=
'
"
+
identifier
+
"
'
>
"
;
//to later know, which ext-tooltips should be added.
//to later know, which ext-tooltips should be added.
var
tmpArr
=
new
Array
(
glossaryMainTerm
,
searchTerm
,
occurrence
);
var
tmpArr
=
new
Array
(
glossaryMainTerm
,
searchTerm
,
occurrence
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment