scinote-web/app/assets/javascripts/sitewide/constants.js.erb

4 lines
167 B
Plaintext
Raw Normal View History

2019-06-04 21:55:44 +08:00
const globalConstants = {
name_truncation_length: <%= Constants::NAME_TRUNCATION_LENGTH %>,
is_safari: /^((?!chrome|android).)*safari/i.test(navigator.userAgent)
}