I changed the highlightColor and highlightEndColor in the /public/javascript/controls.js file but it isn’t changing when the AJAX effect runs. What am I doing wrong?
I changed the highlightColor and highlightEndColor in the /public/javascript/controls.js file but it isn’t changing
Share
Did those effects work in your view before you modified them? If not… to elaborate on EmFi’s answer, you should have something like this:
or:
These snippets should be somewhere in your application.html.erb usually at the top of the file (in the
<head>). The application.html.erb is usually found w/in your views/layouts directory.