Commit 4b06d2fb4105b8370a7bf5d3b50f0c49eb26a3e9

Authored by Victor Costa
1 parent c28342d6

rails3: load prototype first to avoid js conflicts

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',
... ...