zulip/static
Dinesh 63d71ecb0c popovers: Use e.currentTarget for .view_user_profile event listener.
The previous version with e.target would give the element that was
clicked lying inside an element with '.view_user_profile'.

One would usually expect "data-user-id" to be attached to the
same element with ".view_user_profile" instead of any of its children.
So, to just look for "data-user-id" in the element with that class,
instead of any of its chidren, this commit changes e.target to
e.currentTarget.
2022-08-12 13:16:35 -07:00
..
assets assets: Remove license for previously deleted emoji images. 2022-06-10 12:27:48 -07:00
audio/notification_sounds audio: Remove the copy of zulip.ogg outside notification_sounds. 2022-06-10 12:27:48 -07:00
generated
html templates: Mark all void tags as self-closing. 2021-04-21 09:49:34 -07:00
images settings: Send email after deactivating user. 2022-08-06 21:41:53 -07:00
js popovers: Use e.currentTarget for .view_user_profile event listener. 2022-08-12 13:16:35 -07:00
shared gear_menu: Allow spectators to select their default language. 2022-06-01 17:08:00 -07:00
styles settings: Add tooltip for user read receipts setting. 2022-08-12 11:21:44 -07:00
templates settings: Add UI for changing read receipts realm_user_default. 2022-08-12 11:25:35 -07:00
third bootstrap: Remove many unused Bootstrap CSS rules. 2022-06-28 16:45:48 -07:00
.gitignore docs: Add missing space in “time zone”. 2022-02-24 14:05:12 -08:00