1
mirror of https://gitlab.com/commento/commento.git synced 2025-04-29 06:50:28 -04:00
commento/frontend/js/constants.js
2018-12-24 21:49:53 -05:00

14 lines
245 B
JavaScript

(function (global, document) {
"use strict";
(document);
if (window.commento === undefined) {
window.commento = {};
}
window.commento.origin = "[[[.Origin]]]";
window.commento.cdn = "[[[.CdnPrefix]]]";
} (window, document));