From 7810faaa63c466a39ceadaa54201071a66bd781c Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Fri, 4 Mar 2011 17:43:25 -0800 Subject: [PATCH] Add validation --- app/views/layouts/application.html.erb | 13 ++++++++++++- app/views/welcome/index.html.erb | 6 +++--- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index b043beb..96802ff 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -3,8 +3,9 @@ Adopt a Hydrant <%= stylesheet_link_tag "main" %> - <%= javascript_include_tag "https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" %> <%= 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.8.10/jquery-ui.min.js" %> <%= javascript_include_tag "https://github.com/scottschiller/Snowstorm/raw/master/snowstorm-min.js" %>