Add jQuery from the Google CDN

This commit is contained in:
Karsten Heiken
2011-07-31 17:23:25 +02:00
parent ee6dd202b6
commit 7777f31158

View File

@@ -10,6 +10,8 @@
<?=link_tag('assets/css/form.css');?>
<?=script_tag('assets/js/minmax.js');?>
<?=script_tag('https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js');?>
<?=script_tag('assets/js/scattport.js');?>
</head>
<body>