diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index cd0e06e..8c0fbd0 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -7,7 +7,6 @@ = javascript_include_tag "http://maps.google.com/maps/api/js?sensor=false" = javascript_include_tag "https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" = javascript_include_tag "https://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js" - = javascript_include_tag "https://github.com/scottschiller/Snowstorm/raw/master/snowstorm-min.js" = javascript_include_tag "application" = csrf_meta_tag %meta{:name => "viewport", :content => "initial-scale=1.0, user-scalable=no"}