Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
Go to file
Scott Feeney 950d271bc3 Fix wrong pointer position on narrow
This was introduced in a71867c2435790, intended to fix #1287.

Very subtle bug. The problem was that we were attaching a click handler
to two selectors, a link, and a div that the link is inside of.

Since the link was a descendant of the other selector, clicking the link
created TWO click events, and the second click on a stream box while
already narrowed to that stream jumped you to the end.

We should be careful of this in the future — never attach an event
handler to two selectors, one of which is contained in the other.

(imported from commit f428f593280e80c90b2665d1dfbff1df8a39bd35)
2013-08-05 18:37:29 -04:00
api Add API endpoint to render some message content without sending a message. 2013-08-01 14:01:58 -04:00
assets Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00
bots Escape @ when mirroring content back to Zephyr. 2013-08-01 14:01:58 -04:00
certs Switch api.zulip.com to signed PositiveSSL / Comodo certificate. 2013-07-15 16:49:54 -04:00
confirmation Add metrics variables to the template context via a context processor 2013-06-18 17:07:36 -04:00
humbug Rename zephyr.js to zulip.js. 2013-08-05 17:59:04 -04:00
node_modules Import Handlebars compiler and dependencies 2013-04-02 14:43:58 -04:00
servers Warn users when sshing in to lb0.zulip.net 2013-07-31 10:50:19 -04:00
static Fix wrong pointer position on narrow 2013-08-05 18:37:29 -04:00
templates Randomize the sample email addresses in "share the love". 2013-08-05 17:14:51 -04:00
tools Rename zephyr.js to zulip.js. 2013-08-05 17:59:04 -04:00
zephyr Rename zephyr.js to zulip.js. 2013-08-05 17:59:04 -04:00
.gitignore Add new errors/ folder to .gitignore 2013-07-29 16:13:57 -04:00
manage.py Make manage.py spit out tracebacks, without a patched django 2013-05-28 19:05:06 -04:00