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
@@ -9,7 +9,9 | |||||
|
9 | // |
|
9 | // |
|
10 | // WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD |
|
10 | // WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD |
|
11 | // GO AFTER THE REQUIRES BELOW. |
|
11 | // GO AFTER THE REQUIRES BELOW. |
|
12 | // |
|
12 | // |
|
13 | //= require prototype |
|
13 | //= require prototype |
|
14 | //= require prototype_ujs |
|
14 | //= require prototype_ujs |
|
15 | - |
|
15 | + //= require effects |
|
|
16 | + //= require dragdrop | ||
|
|
17 | + //= require controls |
@@ -1,8 +1,7 | |||||
|
1 | - content_for :head do |
|
1 | - content_for :head do |
|
2 | - = javascript_include_tag "effects" |
|
||
|
3 | = javascript_include_tag "announcement_refresh" |
|
2 | = javascript_include_tag "announcement_refresh" |
|
4 |
|
3 | ||
|
5 | = user_title_bar(@user) |
|
4 | = user_title_bar(@user) |
|
6 |
|
5 | ||
|
7 | .announcementbox{:style => (@announcements.length==0 ? "display:none" : "")} |
|
6 | .announcementbox{:style => (@announcements.length==0 ? "display:none" : "")} |
|
8 | %span{:class => 'title'} |
|
7 | %span{:class => 'title'} |
You need to be logged in to leave comments.
Login now