commento/frontend/js/constants.js

14 lines
245 B
JavaScript
Raw Normal View History

2018-12-25 10:49:53 +08:00
(function (global, document) {
"use strict";
(document);
if (window.commento === undefined) {
window.commento = {};
}
window.commento.origin = "[[[.Origin]]]";
window.commento.cdn = "[[[.CdnPrefix]]]";
} (window, document));