zulip/zephyr/static/js/common.js

6 lines
93 B
JavaScript

function autofocus(selector) {
$(function () {
$(selector)[0].focus();
});
}