Skip to content

Commit

Permalink
get rid of prototype/scriptaculous files
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lecavelier committed Oct 16, 2013
1 parent 3c9e7a7 commit cc0a312
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 9,523 deletions.
2 changes: 1 addition & 1 deletion app/views/shared/_page_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<%- if feed_rss %>
<link rel="alternate" type="application/rss+xml" title="RSS" href="<%= feed_rss %>" />
<%- end %>
<%= javascript_include_tag 'cookies', 'prototype', 'effects', 'builder', 'publify', :cache => true %>
<%= javascript_include_tag 'cookies', 'publify', :cache => true %>
<%= stylesheet_link_tag 'coderay', 'user-styles', :cache => true %>
<%= javascript_include_tag "lang/#{Localization.lang.to_s}" if File.exists? File.join(::Rails.root.to_s, 'public', 'lang', Localization.lang.to_s) %>
<%= javascript_tag "window._token = '#{form_authenticity_token}'"%>
Expand Down
136 changes: 0 additions & 136 deletions public/javascripts/builder.js

This file was deleted.

Loading

0 comments on commit cc0a312

Please sign in to comment.