simplify the inline js
This commit is contained in:
@@ -107,9 +107,9 @@
|
||||
document.getElementById("translation-form").submit();
|
||||
}
|
||||
});
|
||||
// This code makes the select language menu searchable if js is enabled
|
||||
var options = { searchable: true };
|
||||
NiceSelect.bind(document.getElementById("targetLanguage"), options);
|
||||
var options = { searchable: true };
|
||||
NiceSelect.bind(document.getElementById("sourceLanguage"), options);
|
||||
</script>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user