mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Switch to module init function pattern
This commit is contained in:
@ -49,6 +49,6 @@ function removeHighlighting() {
|
||||
$('.highlighted').removeClass('highlighted'); // Remove CSS class from previously highlighted elements
|
||||
}
|
||||
|
||||
jQuery(() => {
|
||||
export function initSettingsSearch() {
|
||||
$('#settingsSearch').on('input change', searchSettings);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user