remove line break

d3a7466929e6a36c2e03958f3f6f06b664fe0005

Risenafis <reverse.hierarchy@gmail.com>

Signed
1 files changed, +0 -1Ignore whitespace
public/scripts/extensions/tts/index.js+0 -1
@@ -1037,7 +1037,6 @@ export async function initVoiceMap(unrestricted = false) {
1037 * @param {boolean} unrestricted - If true, will include all characters in voiceMapEntries, even if they are not in the current chat.1037 * @param {boolean} unrestricted - If true, will include all characters in voiceMapEntries, even if they are not in the current chat.
1038 */1038 */
1039async function initVoiceMapInternal(unrestricted) {1039async function initVoiceMapInternal(unrestricted) {
1040
1041 // Gate initialization if not enabled or TTS Provider not ready. Prevents error popups.1040 // Gate initialization if not enabled or TTS Provider not ready. Prevents error popups.
1042 const enabled = $('#tts_enabled').is(':checked');1041 const enabled = $('#tts_enabled').is(':checked');
1043 if (!enabled) {1042 if (!enabled) {