deploy: ac2f5d56a97822e02ad28100510bfc6925dc6b07

This commit is contained in:
SukkaBot
2023-09-28 16:39:53 +00:00
parent ec6d1781a0
commit d1457e4d9c
21 changed files with 430 additions and 347 deletions

View File

@@ -1,9 +1,10 @@
(function () {
'use strict';
const noopfn = function () {
};
window.cxApi = {
chooseVariation: function () {
chooseVariation() {
return 0;
},
getChosenVariation: noopfn,
@@ -12,4 +13,4 @@
setCookiePath: noopfn,
setDomainName: noopfn
};
})();
}());