Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS
Compare changes
Files
2@@ -79,27 +79,29 @@ public function handleAutocomplete(Request $request, $target_type, $selection_ha
@@ -79,27 +79,29 @@ public function handleAutocomplete(Request $request, $target_type, $selection_ha
$selection_settings_hash = Crypt::hmacBase64(serialize($selection_settings) . $target_type . $selection_handler, Settings::getHashSalt());
$matches = $this->matcher->getMatches($target_type, $selection_handler, $selection_settings, $typed_string);