Currently, a few places examples use javascript in actions. For example: ```html <a class="reset" href="javascript:dayOfWeekChart.filterAll();chartGroup.redrawAll();" style="">reset</a> ``` We should change these to UJS equivalents. It will make code more manageable.