diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index 16fb1a2b44b78618b2745d1cb667ecceb0306c6e..57b9c33f6b9be81140f0506cc564067d5d0355ef 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -14,8 +14,7 @@
     = stylesheet_link_tag "blueprint/print", :media => 'print'
 
     = stylesheet_link_tag "application", "ui"
-
-    = stylesheet_link_tag "/../japvascripts/fancybox/jquery.fancybox-1.3.1"
+    = stylesheet_link_tag "/../javascripts/fancybox/jquery.fancybox-1.3.1"
     = stylesheet_link_tag "fileuploader"
     - if current_user
       %link{:rel => "alternate", :href => "#{current_user.public_url}", :type => "application/atom+xml", :title => "Public Diaspora Feed for #{current_user.real_name}"}