mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 09:27:43 +00:00
Module pattern for compose.js
(imported from commit 8ea9d949b793285e8722bebcef30991d06e5673e)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
var status_classes = 'alert-error alert-success alert-info';
|
||||
|
||||
function autofocus(selector) {
|
||||
$(function () {
|
||||
$(selector)[0].focus();
|
||||
|
||||
Reference in New Issue
Block a user