We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312d7dd commit ba818b2Copy full SHA for ba818b2
ui/mods/com.quitch.ai-personality-names/names.js
@@ -8,8 +8,8 @@ function aiPersonalityNames() {
8
aiPersonalityNamesLoaded = true;
9
10
try {
11
- var replaceHtml = function (htmlClass, file) {
12
- var path = "coui://ui/mods/com.quitch.ai-personality-names/";
+ const replaceHtml = function (htmlClass, file) {
+ const path = "coui://ui/mods/com.quitch.ai-personality-names/";
13
$(htmlClass).replaceWith(loadHtml(path + file));
14
};
15
0 commit comments