From 804781825bf5ade54f439b74cb587b2354dda322 Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 5 Oct 2011 16:46:33 +0530 Subject: [PATCH] click first project by default --- urbstudio/templates/projects.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urbstudio/templates/projects.html b/urbstudio/templates/projects.html index 7aa7b2d..c4d6410 100644 --- a/urbstudio/templates/projects.html +++ b/urbstudio/templates/projects.html @@ -56,7 +56,7 @@ activateSlides(); }); }); - + $('.projectThumb').eq(0).click(); });