File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
resources/com/parallax/server/blocklyprop/internationalization Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 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+
511logout = Logout
612cancel = Cancel
713back = Back
@@ -25,11 +31,6 @@ footer.changelog = Change log
2531footer.librarieslink = External libraries
2632footer.clientdownloadlink = BlocklyProp-client
2733
28- # Application version numbers.
29- application.major = 1
30- application.minor = 2
31- application.build = 458
32-
3334html.content_missing = Content missing
3435
3536clientdownload.title = BlocklyProp-client
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments