* fix: fixed transaction messages (#792) * Open Source + Docker image (#793) * feat: added dummy charting library * feat: added docker workflow * feat: remove tests and code-coverage * feat: added final TradingView fallback * env: set private to false * fix: added production env * env: added README and LICENSE * env: cleanup variables * env: add license field * env: finish docker setup * fix: updated the description of the dummy data
9 lines
310 B
JavaScript
9 lines
310 B
JavaScript
var t,
|
|
TradingView = void ('undefined' != typeof window &&
|
|
((window.TradingView = window.TradingView || {}),
|
|
(window.TradingView.version = function i() {})),
|
|
'undefined' != typeof window &&
|
|
window.navigator &&
|
|
window.navigator.userAgent &&
|
|
window.navigator.userAgent.includes('CriOS'))
|