0
0
Fork 0

changed the javascript style

This commit is contained in:
Gibheer 2011-06-30 14:48:05 +02:00
parent 8895f9aca5
commit 1f19368e4d
1 changed files with 5 additions and 2 deletions

View File

@ -12,5 +12,8 @@
%a{:href => '/admin'}='Adminpanel'
=yield
%footer#footer="ein footer"
%script
="head.js('http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js', '/public/app.js')"
:javascript
head.js(
'http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js',
'/public/app.js'
)