mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-13 20:56:52 +08:00
52a2f5cd0e
* Add recent protocols dropdown to task page
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)
|
|
} |