zulip/static/js
Jason Michalski 1246ee3acd Focus all of the next buttons in the tutorial
All of the buttons in the tutorial now have focus to spamming enter will
get to the end.

(imported from commit dc620a28b2c0c3a316a0e91438baf1e284e29e83)
2014-01-07 15:07:15 -05:00
..
activity.js Throttle user list updates to 5s intervals. 2013-12-17 11:54:53 -05:00
admin.js Add channel module wrapping our various JSON requests to the server. 2013-12-19 16:52:47 -05:00
alert_words_ui.js Add channel module wrapping our various JSON requests to the server. 2013-12-19 16:52:47 -05:00
alert_words.js Remove transitional feature_flags.alert_words flag. 2013-10-15 09:57:19 -04:00
api.js Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00
avatar.js Allow users to upload avatars on the Settings page. 2013-10-29 10:59:41 -04:00
blueslip.js blueslip: Fix formating of log date strings 2013-11-15 11:00:56 -05:00
channel.js Reload the browser on CSRF token errors. 2013-12-19 16:52:52 -05:00
colorspace.js Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00
common.js Add curly braces for all javascript if statements lacking them. 2013-08-01 11:47:54 -04:00
compose_fade.js Random javascript shortenings 2013-11-13 16:41:36 -05:00
compose.js Add channel module wrapping our various JSON requests to the server. 2013-12-19 16:52:47 -05:00
composebox_typeahead.js Add channel module wrapping our various JSON requests to the server. 2013-12-19 16:52:47 -05:00
debug.js Replace $.each with _.each 2013-07-30 12:12:58 -04:00
dict.js Create blueslip error for undefined keys in Dict. 2013-09-11 18:07:37 -04:00
emoji.js Show realm emoji in typeahead and update the list via events. 2013-08-23 21:39:29 -04:00
feature_flags.js Enable socket-based sending for CUSTOMER4 2014-01-06 12:03:12 -05:00
filter.js Add support for loading a narrows-only embedded Zulip window. 2013-12-16 17:46:02 -05:00
hashchange.js Add unit tests for stream_list. 2013-11-27 15:09:20 -05:00
hotkey.js Cinch up whitespace during some cases. This is for when enable_autoscroll_past_unread is set 2013-12-13 11:50:11 -05:00
initial_invite.js Don't use channel in initial_invite.js as it's not included 2013-12-20 11:42:10 -05:00
invite.js Create stream_data.js module. 2013-08-19 12:17:55 -04:00
landing-page.js Replace $.each with _.each 2013-07-30 12:12:58 -04:00
message_edit.js Add channel module wrapping our various JSON requests to the server. 2013-12-19 16:52:47 -05:00
message_list_view.js Transition from tables to divs for the message list. 2013-12-19 18:28:11 -05:00
message_list.js Fix muting the last stream in the home view. 2013-12-18 14:30:17 -05:00
metrics.js Rename our custom JS events to use Zulip, not Zephyr. 2013-07-29 12:11:26 -04:00
muting_ui.js Add channel module wrapping our various JSON requests to the server. 2013-12-19 16:52:47 -05:00
muting.js Handle undefined keys in muting.is_topic_muted 2013-09-11 16:47:36 -04:00
narrow.js Add channel module wrapping our various JSON requests to the server. 2013-12-19 16:52:47 -05:00
navigate.js Restore centering when using the down arrow (or "j"). 2013-08-05 16:10:01 -04:00
notifications_bar.js Add curly braces for all javascript if statements lacking them. 2013-08-01 11:47:54 -04:00
notifications.js Change wording for message-not-visible notification in search. 2014-01-06 11:11:28 -05:00
popovers.js Fix problem with presence list popovers persisting 2013-12-04 11:32:59 -05:00
referral.js Add channel module wrapping our various JSON requests to the server. 2013-12-19 16:52:47 -05:00
reload.js [schema] Collect data on when users are active on site. 2013-09-10 13:25:59 -04:00
rows.js fixup selector when clicking on recipient_row 2013-12-19 19:13:48 -05:00
search_suggestion.js Show more topics in search suggestions. 2013-11-25 16:26:22 -05:00
search.js Transition from tables to divs for the message list. 2013-12-19 18:28:11 -05:00
settings.js Add channel module wrapping our various JSON requests to the server. 2013-12-19 16:52:47 -05:00
setup.js Send users whose sessions have expired to the login page. 2013-11-13 15:35:45 -05:00
signup.js Make login form validation errors not wrap 2013-09-16 14:20:43 -04:00
socket.js Broadcast an event right before and after doing the WebSocket handshake 2013-12-05 16:21:59 -05:00
stream_color.js Transition from tables to divs for the message list. 2013-12-19 18:28:11 -05:00
stream_data.js Remove obsolete stream_data.all_subs(). 2013-10-25 13:50:34 -04:00
stream_list.js Remove transitional topic_zooming flag. 2014-01-02 08:31:36 -05:00
subs.js Match full names in Streams autocomplete. 2014-01-06 17:07:50 -05:00
summary.js Extract mark_summarized(). 2013-08-13 11:26:12 -04:00
tab_bar.js Improve tab bar for embedded narrowed widget. 2013-12-16 17:46:02 -05:00
templates.js Add unit tests for stream_list. 2013-11-27 15:09:20 -05:00
timerender.js Better date separator rendering 2013-09-11 11:50:17 -07:00
tutorial.js Focus all of the next buttons in the tutorial 2014-01-07 15:07:15 -05:00
typeahead_helper.js Remove dead code. 2013-12-13 13:24:30 -05:00
ui.js Transition from tables to divs for the message list. 2013-12-19 18:28:11 -05:00
unread.js [important] Fix stacktrace in unread.js. 2013-09-29 22:42:33 -04:00
util.js Add a .expectOne method to jQuery objects. 2013-09-04 16:44:33 -04:00
viewport.js Transition from tables to divs for the message list. 2013-12-19 18:28:11 -05:00
zulip.js Fix repeated get_updates resets due to unsuspend event handler errors. 2013-12-19 17:34:51 -05:00