Skip to content

Commit 92d566c

Browse files
update version
1 parent 8c19e21 commit 92d566c

5 files changed

Lines changed: 15855 additions & 12409 deletions

File tree

index.dev.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
window.less = {async: true, fileSync: true};
3939
</script>
4040

41-
<script src="node_modules/steal/steal-sans-promises.js" main="a2jauthor/app"></script>
41+
<script src="node_modules/steal/steal.js" main="a2jauthor/app"></script>
4242
</body>
4343
</html>

index.html

Lines changed: 35 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,42 @@
11
<!DOCTYPE HTML>
2-
<!--
3-
A2J Author 7 * Justice * justicia * 正义 * công lý * 사법 * правосудие
4-
All Contents Copyright The Center for Computer-Assisted Legal Instruction
5-
04/15/2013
6-
2016-03-25 5.5.1 Dev source
7-
-->
8-
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
9-
<head>
10-
<!-- Favicon Image Support from: https://sympli.io/blog/2017/02/15/heres-everything-you-need-to-know-about-favicons-in-2017/-->
11-
<link rel="icon" type="image/png" href="favicons/favicon-16x16.png" sizes="16x16">
12-
<link rel="icon" type="image/png" href="favicons/favicon-32x32.png" sizes="32x32">
13-
<link rel="icon" type="image/png" href="favicons/favicon-96x96.png" sizes="96x96">
2+
<!--
3+
A2J Author 7 * Justice * justicia * 正义 * công lý * 사법 * правосудие
4+
All Contents Copyright The Center for Computer-Assisted Legal Instruction
5+
04/15/2013
6+
2016-03-25 5.5.1 Production
7+
-->
8+
<html xmlns="http://www.w3.org/1999/xhtml">
9+
<head>
10+
<!-- Favicon Image Support from: https://sympli.io/blog/2017/02/15/heres-everything-you-need-to-know-about-favicons-in-2017/-->
11+
<link rel="icon" type="image/png" href="favicons/favicon-16x16.png" sizes="16x16">
12+
<link rel="icon" type="image/png" href="favicons/favicon-32x32.png" sizes="32x32">
13+
<link rel="icon" type="image/png" href="favicons/favicon-96x96.png" sizes="96x96">
1414

15-
<!-- Favicon Image Support for Apple (and Android) -->
16-
<link rel="apple-touch-icon" href="favicons/iPhone-120x120.png"> <!-- 120px -->
17-
<link rel="apple-touch-icon" sizes="180x180" href="favicons/iPhone-180x180.png">
18-
<link rel="apple-touch-icon" sizes="152x152" href="favicons/iPhone-152x152.png">
19-
<link rel="apple-touch-icon" sizes="167x167" href="favicons/iPhone-167x167.png">
15+
<!-- Favicon Image Support for Apple (and Android) -->
16+
<link rel="apple-touch-icon" href="favicons/favicon/iPhone-120x120.png"> <!-- 120px -->
17+
<link rel="apple-touch-icon" sizes="180x180" href="favicons/iPhone-180x180.png">
18+
<link rel="apple-touch-icon" sizes="152x152" href="favicons/iPhone-152x152.png">
19+
<link rel="apple-touch-icon" sizes="167x167" href="favicons/iPhone-167x167.png">
2020

21-
<title>A2J Author 7</title>
22-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
23-
<meta name="viewport" content="width=device-width, initial-scale=1">
21+
<title>A2J Author 7</title>
22+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
2423

25-
<style type="text/css">
26-
.hidestart { display: none; }
27-
</style>
28-
</head>
24+
<style type="text/css">
25+
.hidestart { display: none; }
26+
</style>
27+
</head>
2928

30-
<body class="ui-widget-content">
31-
<div id="author-app"></div>
29+
<body class="ui-widget-content">
30+
<div id="author-app"></div>
3231

33-
<script>
34-
// ckeditor loads its config file (styles and default plugins) by
35-
// injecting script tags into the document, without CKEDITOR_BASEPATH
36-
// being set properly it won't work. Use absolute file path, not relative.
37-
CKEDITOR_BASEPATH = 'ckeditor/';
38-
window.less = {async: true, fileSync: true};
39-
</script>
32+
<script>
33+
// ckeditor loads its config file (styles and default plugins) by
34+
// injecting script tags into the document, without CKEDITOR_BASEPATH
35+
// being set properly it won't work. Use absolute file path, not relative.
36+
CKEDITOR_BASEPATH = 'ckeditor/';
37+
window.less = {async: true, fileSync: true};
38+
</script>
4039

41-
<script src="node_modules/steal/steal.js" main="a2jauthor/app"></script>
42-
</body>
43-
</html>
40+
<script src=node_modules/steal/steal.production.js?v=1656508984959" cache-key="v" cache-version="1656508984959" main="a2jauthor/app"></script>
41+
</body>
42+
</html>

index.production.html

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)