gitlab-org--gitlab-foss/app/assets
Jacob Schatz 195b20e1b9 Merge branch 'discussion-reply-button-performance' into 'master'
Remove delay when hitting Reply... button on page with a lot of comments

Every time the "Reply..." button was hit, a new `GLForm` was instantiated (which is fine), which would then call `GitLab.GfmAutoComplete.setup()` without specifying which textarea we needed autocompletion on, which resulted in `GitLab.GfmAutoComplete.setup` iterating through every single textarea on the page. On a page with a lot of comments, where each comment would have its own textarea that will be used to edit the comment, this would take a long time and cause the whole page to hang for 2 seconds when a  "Reply..." button was clicked.

See merge request !5602
2016-08-03 04:15:39 +00:00
..
fonts
images Merge branch 'convert-trans-bg-to-css' into 'master' 2016-08-03 03:42:01 +00:00
javascripts Merge branch 'discussion-reply-button-performance' into 'master' 2016-08-03 04:15:39 +00:00
stylesheets Merge branch 'convert-trans-bg-to-css' into 'master' 2016-08-03 03:42:01 +00:00