Description:
includes script.aculo.us js
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r324:eb6e267fd531 - - 2 files changed: 3 inserted, 2 deleted
@@ -3,13 +3,15 | |||
|
3 | 3 | // |
|
4 | 4 | // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, |
|
5 | 5 | // or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path. |
|
6 | 6 | // |
|
7 | 7 | // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the |
|
8 | 8 | // the compiled file. |
|
9 | 9 | // |
|
10 | 10 | // WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD |
|
11 | 11 | // GO AFTER THE REQUIRES BELOW. |
|
12 | 12 | // |
|
13 | 13 | //= require prototype |
|
14 | 14 | //= require prototype_ujs |
|
15 | - | |
|
15 | + //= require effects | |
|
16 | + //= require dragdrop | |
|
17 | + //= require controls |
@@ -1,14 +1,13 | |||
|
1 | 1 | - content_for :head do |
|
2 | - = javascript_include_tag "effects" | |
|
3 | 2 | = javascript_include_tag "announcement_refresh" |
|
4 | 3 | |
|
5 | 4 | = user_title_bar(@user) |
|
6 | 5 | |
|
7 | 6 | .announcementbox{:style => (@announcements.length==0 ? "display:none" : "")} |
|
8 | 7 | %span{:class => 'title'} |
|
9 | 8 | Announcements |
|
10 | 9 | #announcementbox-body |
|
11 | 10 | = render :partial => 'announcement', :collection => @announcements |
|
12 | 11 | |
|
13 | 12 | - if GraderConfiguration.show_submitbox_to?(@user) |
|
14 | 13 | .submitbox |
You need to be logged in to leave comments.
Login now