Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
EnSysLE
application
Commits
7d949979
Commit
7d949979
authored
3 years ago
by
JOE XMG
Browse files
Options
Download
Email Patches
Plain Diff
rm heap
parent
018d4d5c
master
No related merge requests found
Pipeline
#6001
passed with stages
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/index.html
+0
-4
public/index.html
with
0 additions
and
4 deletions
+0
-4
public/index.html
+
0
-
4
View file @
7d949979
...
...
@@ -6,10 +6,6 @@
<title>
EnSys-LE Dashboard
</title>
<!-- <link rel="stylesheet" href="style.css"> -->
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
rel=
"stylesheet"
integrity=
"sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin=
"anonymous"
>
<script
type=
"text/javascript"
>
window
.
heap
=
window
.
heap
||
[],
heap
.
load
=
function
(
e
,
t
){
window
.
heap
.
appid
=
e
,
window
.
heap
.
config
=
t
=
t
||
{};
var
r
=
document
.
createElement
(
"
script
"
);
r
.
type
=
"
text/javascript
"
,
r
.
async
=!
0
,
r
.
src
=
"
https://cdn.heapanalytics.com/js/heap-
"
+
e
+
"
.js
"
;
var
a
=
document
.
getElementsByTagName
(
"
script
"
)[
0
];
a
.
parentNode
.
insertBefore
(
r
,
a
);
for
(
var
n
=
function
(
e
){
return
function
(){
heap
.
push
([
e
].
concat
(
Array
.
prototype
.
slice
.
call
(
arguments
,
0
)))}},
p
=
[
"
addEventProperties
"
,
"
addUserProperties
"
,
"
clearEventProperties
"
,
"
identify
"
,
"
resetIdentity
"
,
"
removeEventProperty
"
,
"
setEventProperties
"
,
"
track
"
,
"
unsetEventProperty
"
],
o
=
0
;
o
<
p
.
length
;
o
++
)
heap
[
p
[
o
]]
=
n
(
p
[
o
])};
heap
.
load
(
"
2430270233
"
);
</script>
</head>
<body>
<div
id=
"topbar"
style=
"display: none;"
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets