Skip to content

Commit 583d89e

Browse files
committed
Update reading.view
1 parent edd531e commit 583d89e

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

WEB-INF/lib/struct-2.0.jar

-218 Bytes
Binary file not shown.

src/themes/reading.view

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,8 @@
1313
<title>{%book.name%}</title>
1414

1515
<!-- Bootstrap core CSS -->
16-
<link href="http://getbootstrap.com/dist/css/bootstrap.min.css" rel="stylesheet" />
16+
<link href="/scripts/bootstrap/bootstrap.min.css?raw=true" rel="stylesheet" />
1717
<!-- Custom styles for this template -->
18-
19-
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
20-
<!--[if lt IE 9]><script src="http://getbootstrap.com/assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
21-
<script src="http://getbootstrap.com/assets/js/ie-emulation-modes-warning.js"></script>
22-
23-
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
24-
<!--[if lt IE 9]>
25-
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
26-
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
27-
<![endif]-->
28-
2918
<style type="text/css">
3019
#list {
3120
overflow-x:hidden;
@@ -63,9 +52,16 @@
6352
.arrowline { top:-1px; border-style:dashed dashed solid; border-width:7px; border-color:transparent transparent #d9d9d9 transparent; }
6453
.arrowbg { top:0; border-style:dashed dashed solid; border-width:7px; border-color:transparent transparent #fff transparent; }
6554
</style>
66-
<script type="text/javascript" src="//jquery.com/jquery-wp-content/themes/jquery/js/jquery-1.11.2.min.js"></script>
67-
<script type="text/javascript" src="//ingod.asia/themes/scripts/timer.js"></script>
68-
55+
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
56+
<!--[if lt IE 9]><script src="http://getbootstrap.com/assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
57+
<script src="/scripts/bootstrap/ie-emulation-modes-warning.js?raw=true"></script>
58+
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
59+
<!--[if lt IE 9]>
60+
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
61+
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
62+
<![endif]-->
63+
<script type="text/javascript" src="/scripts/jquery-1.11.3.min.js?raw=true"></script>
64+
<script type="text/javascript" src="/scripts/timer.js?raw=true"></script>
6965
</head>
7066
<body>
7167
<!-- Fixed navbar -->

0 commit comments

Comments
 (0)