mirror of https://github.com/zulip/zulip.git
subscriptions.html: Focus new subscriptions field on load
(imported from commit a3a0f84a83838aa04e69a951667bda6d5e508b93)
This commit is contained in:
parent
cc3b90b5a2
commit
42fcb7789e
|
@ -7,6 +7,10 @@
|
|||
|
||||
{% block content %}
|
||||
|
||||
<script type="text/javascript">
|
||||
autofocus('#new_subscriptions');
|
||||
</script>
|
||||
|
||||
<h1>Current subscriptions</h1>
|
||||
<div class="row-fluid">
|
||||
<div id="current_subscriptions" class="span12">
|
||||
|
|
Loading…
Reference in New Issue