Skip to content

Commit 2957d6d

Browse files
pjewaldzfi
authored andcommitted
Add script to support writing files to local disk.
Update build number.
1 parent 69876d0 commit 2957d6d

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)