From 67e88acacc885332474eaad74788eb87b2a321c8 Mon Sep 17 00:00:00 2001
From: Eric Allen
Date: Fri, 16 Oct 2009 23:52:52 -0400
Subject: [PATCH] Cleaning up Prototype remnants and refactoring
Moved some stuff, like Nifty Corners, into application.js to speed things up.
---
app/views/contexts/index.html.erb | 5 ----
app/views/data/index.html.erb | 6 -----
app/views/data/yaml_form.html.erb | 6 -----
app/views/feedlist/index.html.erb | 8 ------
app/views/layouts/standard.html.erb | 30 ----------------------
app/views/notes/_notes.rhtml | 6 ++---
app/views/search/index.rhtml | 3 ---
public/javascripts/application.js | 39 +++++++++++++++++++++++++++--
8 files changed, 40 insertions(+), 63 deletions(-)
diff --git a/app/views/contexts/index.html.erb b/app/views/contexts/index.html.erb
index 9d7ed3c2..edfcc710 100644
--- a/app/views/contexts/index.html.erb
+++ b/app/views/contexts/index.html.erb
@@ -42,8 +42,3 @@
sortable_element 'list-contexts-active', get_listing_sortable_options
sortable_element 'list-contexts-hidden', get_listing_sortable_options
-%>
-
diff --git a/app/views/data/index.html.erb b/app/views/data/index.html.erb
index f4f8688d..414526a1 100644
--- a/app/views/data/index.html.erb
+++ b/app/views/data/index.html.erb
@@ -34,9 +34,3 @@
-
-
diff --git a/app/views/data/yaml_form.html.erb b/app/views/data/yaml_form.html.erb
index edc13098..1b89a9db 100644
--- a/app/views/data/yaml_form.html.erb
+++ b/app/views/data/yaml_form.html.erb
@@ -15,9 +15,3 @@
-
-
diff --git a/app/views/feedlist/index.html.erb b/app/views/feedlist/index.html.erb
index 74a45880..bb417c7e 100644
--- a/app/views/feedlist/index.html.erb
+++ b/app/views/feedlist/index.html.erb
@@ -125,11 +125,3 @@
<%= render :file => "sidebar/sidebar.html.erb" %>
-
-
diff --git a/app/views/layouts/standard.html.erb b/app/views/layouts/standard.html.erb
index 0f15ab66..0d7e34e8 100644
--- a/app/views/layouts/standard.html.erb
+++ b/app/views/layouts/standard.html.erb
@@ -105,35 +105,5 @@
<%= render :partial => "shared/footer" %>
-
-