Fix Horde model selection not saving

2461913f856f242cd59a1a919a89d36fad78afb4

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -0Ignore whitespace
public/scripts/horde.js+2 -0
@@ -406,6 +406,8 @@ jQuery(function () {
406 } else {406 } else {
407 $('#adjustedHordeParams').text('Context: --, Response: --');407 $('#adjustedHordeParams').text('Context: --, Response: --');
408 }408 }
409
410 saveSettingsDebounced();
409 });411 });
410412
411 $('#horde_auto_adjust_response_length').on('input', function () {413 $('#horde_auto_adjust_response_length').on('input', function () {