Skip to content

Commit

Permalink
Build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
unocelli committed Feb 14, 2022
1 parent 8fa82c2 commit 0dc013f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions client/dist/assets/lib/svgeditor/fuxa-editor.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
</div>
</div>
</app-root>
<script type="text/javascript" src="runtime.80ab492fe3d778817936.js"></script><script type="text/javascript" src="polyfills.32ecc676167084d6ee38.js"></script><script type="text/javascript" src="scripts.5248615c5df4838808f4.js"></script><script type="text/javascript" src="main.933530fe9ca97cf1ceb8.js"></script></body>
<script type="text/javascript" src="runtime.80ab492fe3d778817936.js"></script><script type="text/javascript" src="polyfills.32ecc676167084d6ee38.js"></script><script type="text/javascript" src="scripts.5248615c5df4838808f4.js"></script><script type="text/javascript" src="main.b084912cd613bfc48b95.js"></script></body>

</html>
1 change: 0 additions & 1 deletion client/dist/main.933530fe9ca97cf1ceb8.js

This file was deleted.

1 change: 1 addition & 0 deletions client/dist/main.b084912cd613bfc48b95.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fuxa",
"version": "1.1.4-625",
"version": "1.1.5-625",
"keywords": [],
"author": "frangoteam <[email protected]>",
"description": "Web-based Process Visualization (SCADA/HMI/Dashboard) software",
Expand Down
2 changes: 1 addition & 1 deletion client/src/app/editor/setup/setup.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export class SetupComponent implements OnInit, AfterViewInit {
} else if (section === 'notifications') {
return this.appService.isClientApp;
} else if (section === 'scripts') {
return this.appService.isClientApp;
return true;//this.appService.isClientApp;
}
return false;
}
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fuxa-server",
"version": "1.1.4-625",
"version": "1.1.5-625",
"description": "Web-based Process Visualization (SCADA/HMI/Dashboard) software",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 0dc013f

Please sign in to comment.