Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pissirSmartHome
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alfredo Chissotti
pissirSmartHome
Commits
97164abe
Commit
97164abe
authored
2 years ago
by
Elisa Giglio
Browse files
Options
Downloads
Patches
Plain Diff
merging
parent
dbc28743
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
webapp/public/index.html
+2
-1
2 additions, 1 deletion
webapp/public/index.html
webapp/public/js/script.js
+5
-1
5 additions, 1 deletion
webapp/public/js/script.js
with
7 additions
and
2 deletions
webapp/public/index.html
+
2
−
1
View file @
97164abe
...
...
@@ -26,10 +26,11 @@
<link
rel=
"stylesheet"
href=
"css/style.css"
type=
"text/css"
>
<link
rel=
"stylesheet"
href=
"css/buttons.css"
type=
"text/css"
>
<!-- link ts/stript.ts which calls other scripts -->
<script
defer
src=
"js/authentication/keycloak.js"
></script>
<script
defer
src=
"js/script.js"
type=
"module"
></script>
</head>
<body>
<body
id=
"body-id"
>
<h1>
Pissir SmartHome ${nomeCasa o nomeProprio}
</h1>
<div
id=
"alert-message"
role=
"alert"
class=
"alert invisible"
>
<!-- <div class="d-flex justify-content-around container-fluid">
...
...
This diff is collapsed.
Click to expand it.
webapp/public/js/script.js
+
5
−
1
View file @
97164abe
...
...
@@ -3,13 +3,17 @@ import Luci from './luci.js';
import
Scenari
from
"
./scenari.js
"
;
import
Antifurto
from
"
./antifurto.js
"
;
import
Sensori
from
'
./sensori.js
'
;
import
Secured
from
'
./authentication/secured.js
'
;
// import { setToggleMovement } from "./toggles.js";
// launch each class
new
Secured
();
new
Sensori
();
new
Antifurto
();
new
Scenari
();
setTimeout
(()
=>
{
new
Luci
();
},
1000
);
// setToggleMovement();
\ No newline at end of file
// setToggleMovement();
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment