mirror of
https://gitlab.com/SukkaW/ruleset.skk.moe.git
synced 2026-04-18 17:54:26 +00:00
deploy: ac2f5d56a97822e02ad28100510bfc6925dc6b07
This commit is contained in:
@@ -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
|
||||
};
|
||||
})();
|
||||
}());
|
||||
|
||||
Reference in New Issue
Block a user