diff hip.js @ 0:9e6054e41bdc

Origination.
author Atul Varma <varmaa@toolness.com>
date Fri, 09 May 2008 13:53:40 -0700
parents
children a31bdc4de955
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hip.js	Fri May 09 13:53:40 2008 -0700
@@ -0,0 +1,3 @@
+$(document).ready( function() {
+    $("#search-box").focus();
+});