Commit 9bc8cc2ace02559fdd4cdf9839a2d39149b06de5

Authored by Rodrigo Souto
2 parents ec227289 4b06d2fb

Merge branch 'rails3'

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/views/layouts/_javascript.html.erb
1   -<%= javascript_include_tag 'jquery-2.1.1.min', 'jquery-migrate-1.2.1',
2   -'prototype.js', 'effects.js', 'dragdrop.js', 'controls.js',
  1 +<%= javascript_include_tag 'prototype.js', 'effects.js', 'dragdrop.js', 'controls.js',
  2 +'jquery-2.1.1.min', 'jquery-migrate-1.2.1',
3 3 'jquery.noconflict.js', 'jquery.cycle.all.min.js', 'thickbox.js', 'lightbox', 'colorbox',
4 4 'jquery-ui-1.10.4/js/jquery-ui-1.10.4.min', 'jquery.scrollTo', 'jquery.form.js', 'jquery-validation/jquery.validate',
5 5 'jquery.cookie', 'jquery.ba-bbq.min.js', 'reflection', 'jquery.tokeninput',
... ...