From 1a1956b561f75707780cd3c8ee8d6f1bffbe8f22 Mon Sep 17 00:00:00 2001 From: Joe TS Dell <thunyathep.s@outlook.com> Date: Tue, 27 Apr 2021 12:52:47 +0200 Subject: [PATCH] up --- public/js/parse_json_to_bib.js | 3 +++ public/js/search.js | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 public/js/parse_json_to_bib.js diff --git a/public/js/parse_json_to_bib.js b/public/js/parse_json_to_bib.js new file mode 100644 index 0000000..c1f567f --- /dev/null +++ b/public/js/parse_json_to_bib.js @@ -0,0 +1,3 @@ +var json_to_bib = function (json_content) { + // Sabo Add Script here +} \ No newline at end of file diff --git a/public/js/search.js b/public/js/search.js index 77a34bb..d3d7670 100644 --- a/public/js/search.js +++ b/public/js/search.js @@ -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")) { -- GitLab