Rails 3 files

This commit is contained in:
2013-07-12 18:00:56 -04:00
parent 796c1a279e
commit 88a02f9f15
266 changed files with 721 additions and 1395 deletions

View File

@@ -0,0 +1,4 @@
events['.div_calendario .title a:click'] = function(element, e) {
Effect.toggle(element.up().next(), 'blind');
Event.stop(e);
}