Skip to content

Commit

Permalink
camelCase atwho_autocomplete.js filename (#9192)
Browse files Browse the repository at this point in the history
Co-authored-by: Sanjana Narayan <ni8fury@Sanjanas-MacBook-Pro.local>
Co-authored-by: Cess <cessmbuguar@gmail.com>
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com>
  • Loading branch information
4 people committed Feb 15, 2021
1 parent 30fb696 commit 6ec8308
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions app/views/comments/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@
};
</script>
<script src="/emoji.js" type="text/javascript"></script>
<%# if this script runs on the edit form, it will blank out the value of #text-input-edit-123 %>
<script src="/assets/atwho_autocomplete.js" type="text/javascript"></script>
<!-- if this script runs on the edit form, it will blank out the value of #text-input-edit-123 -->
<script src="/assets/atWhoAutoComplete.js" type="text/javascript"></script>
<% end %>
<div class="control-group">
<button
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/assets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'user_tags.css.scss',
'wiki.css',
'horsey.js',
'atwho_autocomplete.js',
'atWhoAutoComplete.js',
'asyncTagSubscriptions.js',
'cable.js',
'spam2.css',
Expand Down

0 comments on commit 6ec8308

Please sign in to comment.