Skip to content

Commit

Permalink
Load with modernizr
Browse files Browse the repository at this point in the history
  • Loading branch information
ready4god2513 committed Jan 12, 2012
1 parent 2dc18f1 commit eadb9b0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 deletions.
7 changes: 7 additions & 0 deletions assets/modernizr.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions directions.html
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
<form action="http://maps.google.com/maps" method="get" target="_blank">
<label for="saddr">Enter your location</label>
<input type="text" name="saddr" />
<input type="hidden" name="daddr" value="3920 Greenstone Road, Placerville, CA" />
<input type="submit" value="Get directions" />
</form>
20 changes: 14 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,20 @@ <h1>Krystyna and Ryan</h1>
</div>
</div>



<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="assets/scroll.js"></script>
<script src="assets/modernizr.js"></script>
<!-- JavaScript -->
<script src="assets/wufoo/scripts/wufoo.js"></script>
<script src="assets/main.js"></script>
<script>
Modernizr.load([
{
load: '//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'
},
{
load: 'assets/scroll.js'
},
{
load: 'assets/main.js'
}
]);
</script>
</body>
</html>

0 comments on commit eadb9b0

Please sign in to comment.