Skip to content

Commit

Permalink
Remove Deface disabled option to avoid warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
futhr committed Jan 23, 2015
1 parent d71f3e5 commit 785de4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Deface::Override.new(virtual_path: "spree/admin/shared/_configuration_menu",
name: "add_captcha_admin_option",
insert_bottom: "[data-hook='admin_configurations_sidebar_menu']",
text: "<%= configurations_sidebar_menu_item Spree.t('captcha.captcha_settings'), edit_admin_captcha_settings_path %>",
disabled: false)
text: "<%= configurations_sidebar_menu_item Spree.t('captcha.captcha_settings'), edit_admin_captcha_settings_path %>")
1 change: 0 additions & 1 deletion app/overrides/add_email_to_friend_link_to_products.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
name: "converted_product_description_351026984",
insert_bottom: "[data-hook='product_description'], #product_description[data-hook]",
text: "<p class=\"email_to_friend\"><%= link_to Spree.t('email_to_friend.send_to_friend'), email_to_friend_path('product', @product) %></p>",
disabled: false,
original: "23a81432df67f93cad7563f7b118d6f901b8e42b")

0 comments on commit 785de4b

Please sign in to comment.