mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
3 lines
No EOL
115 B
JavaScript
3 lines
No EOL
115 B
JavaScript
$("#small-nav-dropdown").change(function() {
|
|
window.location = $(this).find("option:selected").val();
|
|
});
|