Commit af89dbcefa8786ae0fcb48aaa139f52b518f364c
Exists in
master
and in
29 other branches
Merge branch 'stable'
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
app/views/layouts/chat.rhtml
... | ... | @@ -5,7 +5,8 @@ |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
6 | 6 | <meta name="description" content="<%= @environment.name %>" /> |
7 | 7 | <link rel="shortcut icon" href="<%= image_path(theme_favicon) %>" type="image/x-icon" /> |
8 | - <%= javascript_include_tag 'prototype', 'jquery-latest', 'jquery.noconflict', 'jquery-ui-1.8.2.custom.min', 'jquery.scrollTo', 'jquery.scrollabletab', 'strophejs-1.0.1/strophe', 'jquery.emoticon', '/designs/icons/pidgin/emoticons.js', 'ba-linkify', 'jquery.ba-hashchange', 'jquery.sound', 'application', 'chat', :cache => 'cache-chat' %> | |
8 | + <%= noosfero_javascript %> | |
9 | + <%= javascript_include_tag 'prototype', 'jquery.scrollabletab', 'strophejs-1.0.1/strophe', 'jquery.emoticon', '/designs/icons/pidgin/emoticons.js', 'ba-linkify', 'jquery.ba-hashchange', 'jquery.sound', 'chat', :cache => 'cache-chat' %> | |
9 | 10 | <%= stylesheet_link_tag noosfero_stylesheets, :cache => 'cache' %> |
10 | 11 | <%= stylesheet_link_tag icon_theme_stylesheet_path %> |
11 | 12 | <%= stylesheet_link_tag theme_stylesheet_path %> | ... | ... |