Skip to content

Commit

Permalink
To release v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
unocelli committed Jun 3, 2020
1 parent f62bd5e commit dd0c106
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion client/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
<body>
<app-root>Loading...</app-root>

<script type="text/javascript" src="runtime.a66f828dca56eeb90e02.js"></script><script type="text/javascript" src="polyfills.709d3d016be532a51b50.js"></script><script type="text/javascript" src="main.dd1f6c2b4b3678893770.js"></script></body>
<script type="text/javascript" src="runtime.a66f828dca56eeb90e02.js"></script><script type="text/javascript" src="polyfills.709d3d016be532a51b50.js"></script><script type="text/javascript" src="main.ff3ed16a58d37daad451.js"></script></body>
</html>
File renamed without changes.
1 change: 0 additions & 1 deletion client/src/app/fuxa-view/fuxa-view.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ export class FuxaViewComponent implements OnInit, AfterViewInit {
} else if (Object.values(GaugeEventActionType).indexOf(GaugeEventActionType.oniframe) === actindex) {
self.openIframe(ga.id, ev, event[0].actparam, event[0].actoptions);
}
// self.createComponent(event[0].name, ev.x, ev.y);
}
});
}
Expand Down
1 change: 0 additions & 1 deletion server/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ app.use("/editor", express.static(settings.httpStatic));
app.use("/device", express.static(settings.httpStatic));
app.use("/users", express.static(settings.httpStatic));
app.use("/view", express.static(settings.httpStatic));
// app.use(express.static(settings.httpStatic));

var accessLogStream = fs.createWriteStream(settings.logDir + '/api.log', {flags: 'a'});
app.use(morgan('combined', { stream: accessLogStream }));
Expand Down

0 comments on commit dd0c106

Please sign in to comment.