From f04c24d032d1d2a819adbb0b2f9ec46857101002 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Wed, 5 Mar 2014 17:37:37 +0530 Subject: [PATCH] small change in jquery magic in frontpage. --- 2014/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2014/index.html b/2014/index.html index aee57fed..4dd94f2c 100644 --- a/2014/index.html +++ b/2014/index.html @@ -253,7 +253,7 @@ $('.glyphicon-chevron-right').css('display','inline-block'); }); - $(document).load(lpNavPlace); + $(document).ready(lpNavPlace); $(window).resize(lpNavPlace); -- 2.25.1