mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-17 14:46:00 +08:00
5 lines
168 B
Text
5 lines
168 B
Text
|
const globalConstants = {
|
||
|
name_truncation_length: <%= Constants::NAME_TRUNCATION_LENGTH %>,
|
||
|
is_safari: /^((?!chrome|android).)*safari/i.test(navigator.userAgent)
|
||
|
}
|