Skip to content

Commit

Permalink
change ID reference to class reference publiclab#8670
Browse files Browse the repository at this point in the history
  • Loading branch information
noi5e committed Jan 7, 2021
1 parent 20017fb commit bd6d4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/atwho_autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
limit: 100
}

$('textarea#text-input')
$('textarea.text-input')
.atwho(at_config)
.atwho(hashtags_config)
.atwho(emojis_config);
Expand Down

0 comments on commit bd6d4ef

Please sign in to comment.