5 changed files with 25 additions and 4 deletions
@ -1,3 +1,7 @@
|
||||
# Place all the behaviors and hooks related to the matching controller here. |
||||
# All this logic will automatically be available in application.js. |
||||
# You can use CoffeeScript in this file: http://coffeescript.org/ |
||||
# |
||||
$(document).ready -> |
||||
$('form.region_selector select').change -> |
||||
window.location='?year=2013&month=12®ion=' + this.options[this.selectedIndex].value |
||||
|
Loading…
Reference in new issue