carom-server/static/js/carom.js

3 lines
82 B
JavaScript

$('#location-select').change(function(){
$('form#location-form').submit();
});