MCPcopy Create free account
hub / github.com/SillyTavern/Extension-WebSearch / getContainer

Function getContainer

index.js:1655–1655  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1653 }
1654
1655 const getContainer = () => $(document.getElementById('websearch_container') ?? document.getElementById('extensions_settings2'));
1656 getContainer().append(html);
1657 $('#websearch_source').val(extension_settings.websearch.source);
1658 $('#websearch_source').on('change', () => {

Callers 1

index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected