From b7dff4b5c52d729a4ffe637c650ef0db45badcc7 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 4 Jun 2015 17:13:01 +0800 Subject: [PATCH] background fix js --- static/home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/home.js b/static/home.js index e97589ce85..0b9f52d114 100644 --- a/static/home.js +++ b/static/home.js @@ -180,7 +180,7 @@ $(function () { var a_lineBox=[],end_num=0; setTimeout(function (){ self.textTween(); - $("body").css("background","#fff").addClass("index-page"); + $("body").addClass("index-page"); var header=$("#header")||$("header"),footer=$("#footer")||$("footer"); header.removeAttr("style"); footer.removeAttr("style")