Skip to content
  • Steven Hancock's avatar
    Make the Mention button work with the asset pipeline · f96fc583
    Steven Hancock authored
    * Fix the javascript_include_tag in the status_messages/new view
    * Precompile pubhlsiher.js and jquery.textchange.min.js
    
    This fixes a 500 error that was being thrown when the Mention button
    was clicked, due to the above two javascripts not being precompiled
    and a javascript include that needed to be updated to load
    jquery.textchange.js from the correct path.
    f96fc583