Skip to content

Commit ea4a937

Browse files
authored
Merge pull request #1705 from zfi/patch-190923a
Add support scripts to my/project page
2 parents 69876d0 + 2957d6d commit ea4a937

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

src/main/resources/com/parallax/server/blocklyprop/internationalization/translations.properties

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
# To change this template file, choose Tools | Templates
33
# and open the template in the editor.
44

5+
# Application version numbers.
6+
application.major = 1
7+
application.minor = 2
8+
application.build = 459
9+
10+
511
logout = Logout
612
cancel = Cancel
713
back = Back
@@ -25,11 +31,6 @@ footer.changelog = Change log
2531
footer.librarieslink = External libraries
2632
footer.clientdownloadlink = BlocklyProp-client
2733

28-
# Application version numbers.
29-
application.major = 1
30-
application.minor = 2
31-
application.build = 458
32-
3334
html.content_missing = Content missing
3435

3536
clientdownload.title = BlocklyProp-client

src/main/webapp/my/projects.jsp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
<script src="<url:getCdnUrl url="/lib/bootstrap/core/js/bootstrap.min.js"/>" ></script>
3030
<script src="<url:getCdnUrl url="/lib/bootstrap/plugins/bootstrap-table.min.js"/>" ></script>
3131
<script src="<url:getCdnUrl url="/lib/simplemde.min.js"/>" ></script>
32+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.2.2/jszip.min.js"></script>
33+
<script src="https://cdnjs.cloudflare.com/ajax/libs/FileSaver.js/1.3.8/FileSaver.min.js"></script>
3234
<script src="<url:getCdnUrl url="/project.js"/>" ></script>
3335
<title>My Projects</title>
3436
</head>

0 commit comments

Comments
 (0)