Commit c35f3db3 authored by 喻春霖's avatar 喻春霖

fixed

parent 21ab2407
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<script type="text/javascript" th:src="@{/static/js/jquery-1.10.2.min.js}"></script> <script type="text/javascript" th:src="@{/static/js/jquery-1.10.2.min.js}"></script>
<!--<script src="../js/vendor/modernizr-2.6.2.min.js"></script>--> <!--<script src="../js/vendor/modernizr-2.6.2.min.js"></script>-->
</head> </head>
<body> <body id="body" style="display: none">
<!--[if lt IE 7]> <!--[if lt IE 7]>
<p class="browsehappy"> <p class="browsehappy">
You are using an <strong>outdated</strong> browser. Please You are using an <strong>outdated</strong> browser. Please
...@@ -103,4 +103,12 @@ ...@@ -103,4 +103,12 @@
</div> </div>
</div> </div>
</body> </body>
<script type="javascript">
$(document).ready(function(){
$("#body").show();
});
</script>
</html> </html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment