Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
48003ed3
Commit
48003ed3
authored
Dec 21, 2013
by
Jean Michel Rouly
Browse files
Removed old, unused javascript library.
parent
09ca8093
Changes
1
Hide whitespace changes
Inline
Side-by-side
go/static/js/go.js
deleted
100644 → 0
View file @
09ca8093
function
expand
(
id
)
{
var
box
=
document
.
getElementById
(
id
);
if
(
box
.
style
.
display
==
"
none
"
)
{
box
.
style
.
display
=
"
block
"
;
}
else
{
box
.
style
.
display
=
"
none
"
;
}
}
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