mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-31 03:59:51 +08:00
Merge pull request #2295 from aignatov-bio/ai-sci-fix-const-in-repository-show
Fix const in repository show view
This commit is contained in:
commit
7ac1b45aaa
1 changed files with 1 additions and 3 deletions
|
@ -190,7 +190,5 @@
|
|||
js_format.gsub!('%Y', 'YYYY')
|
||||
%>
|
||||
|
||||
if (typeof(formatJS) == undefined) { // Turbolinks fix
|
||||
const formatJS = "<%= js_format %>"
|
||||
}
|
||||
var formatJS = "<%= js_format %>"
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue