Commit 91938c6e167d640f8e03be8e5a0db2fc4850b0db

Authored by Joenio Costa
1 parent 9780bfac

Remove unused code

(ActionItem3031)
Showing 1 changed file with 0 additions and 11 deletions   Show diff stats
app/views/layouts/embed.rhtml
... ... @@ -3,21 +3,10 @@
3 3 <head>
4 4 <title>Noosfero embed block</title>
5 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6   -
7 6 <%= noosfero_stylesheets %>
8 7 <%= noosfero_javascript %>
9   -
10   - <script type='text/javascript'>
11   - DEFAULT_LOADING_MESSAGE = <%="'#{ _('loading...') }'" %>;
12   - </script>
13   -
14 8 </head>
15 9 <body class="<%= h body_classes %>">
16   - <%=
17   - @plugins.dispatch(:body_beginning).collect do |content|
18   - content.respond_to?(:call) ? content.call : content
19   - end.join("\n")
20   - %>
21 10 <div id="embed">
22 11 <div id="wrap-1">
23 12 <div id="wrap-2">
... ...