Fixing a regression bug

This commit is contained in:
Will Marshall
2014-06-25 16:30:23 +10:00
parent b1f275dac8
commit a49fe2bf65
2 changed files with 1 additions and 7 deletions

View File

@@ -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'

View File

@@ -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"}