diff --git a/app/views/layouts/_bugsnag.html.haml b/app/views/layouts/_bugsnag_js.html.haml
similarity index 100%
rename from app/views/layouts/_bugsnag.html.haml
rename to app/views/layouts/_bugsnag_js.html.haml
diff --git a/app/views/layouts/darkswarm.html.haml b/app/views/layouts/darkswarm.html.haml
index afc72caf83..fa42b8f745 100644
--- a/app/views/layouts/darkswarm.html.haml
+++ b/app/views/layouts/darkswarm.html.haml
@@ -37,7 +37,7 @@
#footer
%loading
- = render "layouts/bugsnag"
+ = render "layouts/bugsnag_js"
%script{:src => "https://js.stripe.com/v3/", :type => "text/javascript"}
%script{src: "//maps.googleapis.com/maps/api/js?libraries=places,geometry#{ ENV['GOOGLE_MAPS_API_KEY'] ? '&key=' + ENV['GOOGLE_MAPS_API_KEY'] : ''} "}
= javascript_include_tag "darkswarm/all"
diff --git a/app/views/spree/admin/shared/_head.html.haml b/app/views/spree/admin/shared/_head.html.haml
index 7446aa2f40..71e3170e59 100644
--- a/app/views/spree/admin/shared/_head.html.haml
+++ b/app/views/spree/admin/shared/_head.html.haml
@@ -12,7 +12,7 @@
%link{:href => "//fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600&subset=latin,cyrillic,greek,vietnamese", :rel => "stylesheet", :type => "text/css"}
= stylesheet_link_tag 'admin/all'
-= render "layouts/bugsnag"
+= render "layouts/bugsnag_js"
= javascript_include_tag 'admin/all'
= render "spree/admin/shared/translations"