mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-12 01:46:55 +08:00
4 lines
No EOL
167 B
Text
4 lines
No EOL
167 B
Text
const globalConstants = {
|
|
name_truncation_length: <%= Constants::NAME_TRUNCATION_LENGTH %>,
|
|
is_safari: /^((?!chrome|android).)*safari/i.test(navigator.userAgent)
|
|
} |