blob: bbd133124b88db474d15550ccef89ecae2a4fbfb (
plain)
1
2
3
4
5
6
7
8
|
/**
* i am mod now
* @param {Array} args packet arguments
*/
export const handleAUTH = (args: string[]) => {
(<HTMLAnchorElement>document.getElementById("mod_ui")).href =
`styles/mod.css`;
};
|