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

weru
25.45.2021 dec3f94f9dea42b28921b13ca12d3827c90cbf77
assets/js/variables.js
@@ -3,9 +3,9 @@
const toggleId = 'toggle';
const showId = 'show';
const menu = 'menu';
// defined in config.toml
const rootURL = '{{ absURL "" }}';
const rootURL = window.location.protocol + "//" + window.location.host;
const searchFieldClass = '.search_field';
const searchClass = '.search';
// defined in i18n / translation files
const quickLinks = '{{ T "quick_links" }}';