Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
protokollsystem
proto3
Commits
a3cc09dc
Commit
a3cc09dc
authored
Mar 08, 2017
by
Administrator
Browse files
Less js debug output
parent
72729883
Changes
1
Show whitespace changes
Inline
Side-by-side
static/js/script.js
View file @
a3cc09dc
...
@@ -10,7 +10,6 @@ window.onload=function() {
...
@@ -10,7 +10,6 @@ window.onload=function() {
var
buttons
=
document
.
getElementsByClassName
(
"
expansion-button
"
);
var
buttons
=
document
.
getElementsByClassName
(
"
expansion-button
"
);
for
(
var
i
=
0
;
i
<
buttons
.
length
;
i
++
)
{
for
(
var
i
=
0
;
i
<
buttons
.
length
;
i
++
)
{
var
button
=
buttons
[
i
];
var
button
=
buttons
[
i
];
console
.
log
(
button
);
button
.
onclick
=
toggle_expansion
;
button
.
onclick
=
toggle_expansion
;
}
}
};
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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