zulip/zephyr/static
Luke Faraone 82d6039fdc Correct selector to apply to the descendants of .message_comp.
Previously we did the equivalent of a $('.message_comp').child('input'),
which does not search beyond the first level.

In addition, using a comma in a selector is essentially an AND, which
means the narrow search only applied to elements of the 'input' class.
So when debugging we saw a bunch of elements being selected and that hid
the bug for a bit.

Now we do a .find instead which will ensure we blur the correct
elements.

This closes trac #1045.

(imported from commit f44383ee9fc93406d031589ef914f5a003334ea7)
2013-03-06 11:22:04 -05:00
..
html Add portico and misc CSS and JS to Pipeline 2013-02-25 16:18:35 -05:00
images Rewrite git hook for distribution and document it. 2013-02-19 09:17:06 -05:00
js Correct selector to apply to the descendants of .message_comp. 2013-03-06 11:22:04 -05:00
styles Fix a height for our inline image previews. 2013-03-05 17:30:40 -05:00
third [third] Import zocial from http://zocial.smcllns.com/ 2013-02-27 10:16:54 -05:00
favicon.ico Make favicon have transparent background. 2012-12-18 16:24:00 -05:00
robots.txt Add robots.txt 2012-10-17 15:04:33 -04:00