From 82653b8012f3ad1bf1b232a4fb979754b7ee477c Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Thu, 12 May 2011 10:14:06 -0300 Subject: [PATCH] Replaced javascript_tag by tag script --- plugins/shopping_cart/views/cart.html.erb | 6 ++++-- plugins/shopping_cart/views/shopping_cart_plugin_profile/buy.html.erb | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/plugins/shopping_cart/views/cart.html.erb b/plugins/shopping_cart/views/cart.html.erb index aa56dee..e9c84ec 100644 --- a/plugins/shopping_cart/views/cart.html.erb +++ b/plugins/shopping_cart/views/cart.html.erb @@ -17,6 +17,8 @@ -<% javascript_tag do %> + diff --git a/plugins/shopping_cart/views/shopping_cart_plugin_profile/buy.html.erb b/plugins/shopping_cart/views/shopping_cart_plugin_profile/buy.html.erb index 8725f95..4248d05 100644 --- a/plugins/shopping_cart/views/shopping_cart_plugin_profile/buy.html.erb +++ b/plugins/shopping_cart/views/shopping_cart_plugin_profile/buy.html.erb @@ -21,8 +21,10 @@ <%= items_table(session[:cart][:items]) %> -<% javascript_tag do %> + -- libgit2 0.21.2