X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/fb87fb57502d03daa36c2eda9df53efebab8cb58..refs/pull/5239/head:/resources/js/app.js diff --git a/resources/js/app.js b/resources/js/app.js index e08b90ba1..7f4bbe54d 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -4,6 +4,9 @@ import Translations from './services/translations'; import * as componentMap from './components'; import {ComponentStore} from './services/components.ts'; +// eslint-disable-next-line no-underscore-dangle +window.__DEV__ = false; + // Url retrieval function window.baseUrl = function baseUrl(path) { let targetPath = path;