Commit 7e58f748ae7f563927efacebc443036a58057401
1 parent
30442da9
Exists in
master
and in
29 other branches
Upgrade jquery-timepicker-addon
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
app/views/layouts/_javascript.html.erb
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | 'jquery-ui-1.10.3.min', 'jquery.scrollTo', 'jquery.form.js', 'jquery-validation/jquery.validate', |
5 | 5 | 'jquery.cookie', 'jquery.ba-bbq.min.js', 'reflection', 'jquery.tokeninput', |
6 | 6 | 'add-and-join', 'report-abuse', 'catalog', 'manage-products', |
7 | -'jquery-ui-timepicker-addon', 'application.js', 'rails.js', :cache => 'cache/application' %> | |
7 | +'jquery-timepicker-addon/dist/jquery-ui-timepicker-addon', 'application.js', 'rails.js', :cache => 'cache/application' %> | |
8 | 8 | |
9 | 9 | <% language = FastGettext.locale %> |
10 | 10 | <% %w{messages methods}.each do |type| %> | ... | ... |
... | ... | @@ -0,0 +1 @@ |
1 | +Subproject commit dbc3869e2ade99bec28054e823b63253a825f7f0 | ... | ... |