mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Delete unused frontend auth toekn script override and move the backend one to the head partial
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
Deface::Override.new(virtual_path: "spree/layouts/admin",
|
||||
insert_bottom: "[data-hook='admin_inside_head']",
|
||||
partial: "layouts/auth_token_script",
|
||||
name: "set_auth_token_in_backend",
|
||||
original: '6bc2c5de1c8f7542d033548557437c9fe4b3ba02')
|
||||
@@ -1,5 +0,0 @@
|
||||
Deface::Override.new(virtual_path: "spree/layouts/spree_application",
|
||||
insert_bottom: "[data-hook='inside_head']",
|
||||
partial: "layouts/auth_token_script",
|
||||
name: "set_auth_token_in_frontend",
|
||||
original: '5659ac7dbf6ac6469907b005b85285b894677815')
|
||||
@@ -24,4 +24,6 @@
|
||||
= render "layouts/bugherd_script"
|
||||
%link{'data-require' => "font-awesome@*", 'data-semver'=>"4.2.0", 'rel' => "stylesheet", 'href' => "//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.css"}
|
||||
|
||||
= render "layouts/auth_token_script"
|
||||
|
||||
= yield :head
|
||||
|
||||
Reference in New Issue
Block a user