zulip/static
Yashashvi Dave 4aedc055ce custom profile fields: Fix click handler executed multiple times.
Previously, we incorrectly setup the click handler on
create-custom-field-btn each time settings overlay opens, which
executes handler multiple times results in more than one HTTP request
to server for custom field creation.

This commit creates an ID for create-field-btn and initializes the
click handler on this button, instead of the form; the side effect of
that change is that we're now no longer double-adding this click
handler every time the page is opened.

This isn't a clean solution; ideally, we'd only call the function to
add the click handler once in the first place.

Fixes #10126.
2018-08-08 14:54:37 -07:00
..
assets Fix favicon generator script. 2018-01-30 10:32:55 -08:00
audio
generated
html HTML validation: Remove xmlns:svg attribute. 2018-07-09 09:45:42 +05:30
icons/fonts Generate custom-icon-webfont on each provision or update-prod-static. 2017-11-20 16:36:49 -08:00
images user docs: Remove add-a-link-preview since it is a server admin doc. 2018-07-29 20:32:46 -04:00
js custom profile fields: Fix click handler executed multiple times. 2018-08-08 14:54:37 -07:00
locale locale: Update translations data from transifex. 2018-08-03 09:49:01 -07:00
styles custom profile field: Replace choice-order input with drag-drop rows. 2018-08-08 11:31:15 -07:00
templates custom profile fields: Fix click handler executed multiple times. 2018-08-08 14:54:37 -07:00
third search pills: Backspace should remove a search pill with typeahead open. 2018-07-30 14:33:06 -07:00
ts webpack: Upgrade webpack version 4.5.0. 2018-04-23 15:49:33 -07:00
.gitignore i18n: Make Git ignore mobile.json resources. 2018-01-29 12:49:51 -08:00
favicon.ico
node_modules