feat(webui): add client cheats and new account cheat "Unlock All Focus Schools" #406
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "cheetos"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -704,0 +727,4 @@
};
});
function doUnlockAllFocusSchools() {
in general I noticed you like using the do prefix, however I think it doesn't add to the function name.
Just something I personally would change.
@ -704,0 +727,4 @@
};
});
function doUnlockAllFocusSchools() {
I use this prefix for functions that are invoked from the UI as opposed to internal functions. I think it somewhat clarifies expectations.