Fix Horde model selection not saving
| @@ -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 | }); |
| 410 | 412 | ||
| 411 | $('#horde_auto_adjust_response_length').on('input', function () { | 413 | $('#horde_auto_adjust_response_length').on('input', function () { |