diff --git a/app/assets/javascripts/darkswarm/directives/offcanvas.js.coffee b/app/assets/javascripts/darkswarm/directives/offcanvas.js.coffee deleted file mode 100644 index 4ff4f300da..0000000000 --- a/app/assets/javascripts/darkswarm/directives/offcanvas.js.coffee +++ /dev/null @@ -1,6 +0,0 @@ -Darkswarm.directive "offcanvas", -> - restrict: "A" - - link: (scope, el, attr) -> - el.find(".left-off-canvas-toggle").bind 'click', -> - el.toggleClass 'move-right' diff --git a/app/views/layouts/darkswarm.html.haml b/app/views/layouts/darkswarm.html.haml index 0bc90f9234..257d989cf1 100644 --- a/app/views/layouts/darkswarm.html.haml +++ b/app/views/layouts/darkswarm.html.haml @@ -5,7 +5,7 @@ %title= content_for?(:title) ? yield(:title) : 'Welcome to Open Food Network' = favicon_link_tag "favicon.png" - %link{href: "http://fonts.googleapis.com/css?family=Open+Sans:400,700", rel: "stylesheet", type: "text/css"}/ + %link{href: "https://fonts.googleapis.com/css?family=Open+Sans:400,700", rel: "stylesheet", type: "text/css"}/ = yield :scripts %script{src: "//maps.googleapis.com/maps/api/js?sensor=false"}