mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Localization hotfix
This commit is contained in:
@ -460,7 +460,7 @@ async function switchLabMode() {
|
||||
.attr('min', '-99999')
|
||||
.attr('max', '99999')
|
||||
.attr('step', '0.001')
|
||||
$("#labModeWarning").removeClass('hidden')
|
||||
$("#labModeWarning").removeClass('displayNone')
|
||||
//$("#advanced-ai-config-block input[type='range']").hide()
|
||||
|
||||
} else {
|
||||
@ -473,7 +473,7 @@ async function switchLabMode() {
|
||||
.trigger('input')
|
||||
});
|
||||
$("#advanced-ai-config-block input[type='range']").show()
|
||||
$("#labModeWarning").addClass('hidden')
|
||||
$("#labModeWarning").addClass('displayNone')
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user