mirror of https://github.com/onweru/compose.git

weru
13.31.2022 2f2ffc00257e914933af3b0fd04de89d6da7f7d8
assets/js/variables.js
@@ -7,6 +7,8 @@
const rootURL = window.location.protocol + "//" + window.location.host;
const searchFieldClass = '.search_field';
const searchClass = '.search';
const goBackClass = 'button_back';
const lineClass = '.line';
// config defined values
const codeBlockConfig = JSON.parse('{{ partial "functions/getCodeConfig" . }}');