Overview
Comment:Try indent
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: b7c6f047ddf8793aa2577a0eb91b8d3867b8d4f3
User & Date: bohwaz on 2020-12-08 23:59:58
Other Links: manifest | tags
Context
2020-12-09
00:02
OK it was just not liking the HTML at the end of the page check-in: e1a556d158 user: bohwaz tags: trunk
2020-12-08
23:59
Try indent check-in: b7c6f047dd user: bohwaz tags: trunk
23:59
Try to fix home check-in: 21c13fad0c user: bohwaz tags: trunk
Changes

Modified doc/index.md from [f62607bc88] to [e46ec9b1ad].

14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76

<p id="give"><a href="http://kd2.org/asso/soutien/" target="_blank">Soutenir Garradin en effectuant un don :-)</a></p>


<script type="text/javascript">
document.head.innerHTML += `<style type="text/css">
#give {
text-align: center;
padding: 1em;
}

#give a {
display: inline-block;
padding: .5em;
padding-left: 70px;
border-radius: .5em;
font-size: 1.5em;
background: #ffc url("https://kd2.org/asso/soutien/coins.png") no-repeat .5em .5em;
border: 2px solid #990;
}

#gnav ul {
display: flex;
padding: 0;
margin: 1em;
margin-bottom: 1em;
font-size: 1.2em;
list-style: none;
align-items: stretch;
flex-wrap: wrap;
}

#gnav li {
margin: 0;
padding: 0;
font-size: 1.2em;
padding: .5rem 1rem;
margin: 0 .5em;
text-align: center;
height: 100%;
}

#gnav li a {
background: #ddf;
color: black;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
border-radius: .5em;
border: 2px solid #99f;
}

#gnav li a:hover {
text-decoration: underline;
background: #eef;
}
`;

function isNewerVersion (oldVer, newVer) {
	const oldParts = oldVer.split('.')
	const newParts = newVer.split('.')
	for (var i = 0; i < newParts.length; i++) {







|
|



|
|
|
|
|
|
|



|
|
|
|
|
|
|
|



|
|
|
|
|
|
|



|
|
|
|
|
|
|
|



|
|







14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76

<p id="give"><a href="http://kd2.org/asso/soutien/" target="_blank">Soutenir Garradin en effectuant un don :-)</a></p>


<script type="text/javascript">
document.head.innerHTML += `<style type="text/css">
#give {
	text-align: center;
	padding: 1em;
}

#give a {
	display: inline-block;
	padding: .5em;
	padding-left: 70px;
	border-radius: .5em;
	font-size: 1.5em;
	background: #ffc url("https://kd2.org/asso/soutien/coins.png") no-repeat .5em .5em;
	border: 2px solid #990;
}

#gnav ul {
	display: flex;
	padding: 0;
	margin: 1em;
	margin-bottom: 1em;
	font-size: 1.2em;
	list-style: none;
	align-items: stretch;
	flex-wrap: wrap;
}

#gnav li {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	padding: .5rem 1rem;
	margin: 0 .5em;
	text-align: center;
	height: 100%;
}

#gnav li a {
	background: #ddf;
	color: black;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: .5em;
	border: 2px solid #99f;
}

#gnav li a:hover {
	text-decoration: underline;
	background: #eef;
}
`;

function isNewerVersion (oldVer, newVer) {
	const oldParts = oldVer.split('.')
	const newParts = newVer.split('.')
	for (var i = 0; i < newParts.length; i++) {