Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
UGL
website
Commits
1a1956b5
Commit
1a1956b5
authored
4 years ago
by
Santhanavanich
Browse files
Options
Download
Email Patches
Plain Diff
up
parent
b4811a4d
Pipeline
#3237
passed with stage
in 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/js/parse_json_to_bib.js
+3
-0
public/js/parse_json_to_bib.js
public/js/search.js
+2
-1
public/js/search.js
with
5 additions
and
1 deletion
+5
-1
public/js/parse_json_to_bib.js
0 → 100644
+
3
-
0
View file @
1a1956b5
var
json_to_bib
=
function
(
json_content
)
{
// Sabo Add Script here
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
public/js/search.js
+
2
-
1
View file @
1a1956b5
...
...
@@ -109,8 +109,9 @@ $(document).ready(function () {
//Do something
}
json_to_bib
(
stuff_paper
)
var
userLang
=
navigator
.
language
||
navigator
.
userLanguage
;
console
.
log
(
"
The language is:
"
+
userLang
);
if
(
userLang
.
includes
(
"
de
"
))
{
...
...
This diff is collapsed.
Click to expand it.
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