]> BookStack Code Mirror - bookstack/blobdiff - resources/js/app.js
Search: Prevented negated terms filling in UI inputs
[bookstack] / resources / js / app.js
index e08b90ba1e46d741b3584e6f7f5f9cf81168440a..7f4bbe54d639e58db5811a4f3a0b3c84265517b9 100644 (file)
@@ -4,6 +4,9 @@ import Translations from './services/translations';
 import * as componentMap from './components';
 import {ComponentStore} from './services/components.ts';
 
 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;
 // Url retrieval function
 window.baseUrl = function baseUrl(path) {
     let targetPath = path;