Skip to content

Commit d52a95d

Browse files
huguangjurstoyanchev
authored andcommitted
Fix css download errors in brower console
1 parent 845aa68 commit d52a95d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main/webapp/WEB-INF/views/home.jsp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
<head>
55
<title>spring-mvc-showcase</title>
66
<link href="<c:url value="/resources/form.css" />" rel="stylesheet" type="text/css" />
7-
<link href="<c:url value="/resources/jqueryui/1.8/themes/base/jquery.ui.all.css" />" rel="stylesheet" type="text/css"/>
8-
7+
<link href="<c:url value="/resources/jqueryui/1.8/themes/base/jquery.ui.core.css" />" rel="stylesheet" type="text/css"/>
8+
<link href="<c:url value="/resources/jqueryui/1.8/themes/base/jquery.ui.theme.css" />" rel="stylesheet" type="text/css"/>
9+
<link href="<c:url value="/resources/jqueryui/1.8/themes/base/jquery.ui.tabs.css" />" rel="stylesheet" type="text/css"/>
10+
911
<!--
1012
Used for including CSRF token in JSON requests
1113
Also see bottom of this file for adding CSRF token to JQuery AJAX requests

0 commit comments

Comments
 (0)