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
Christopher M Reffett
whats-open
Commits
bf6afac7
Commit
bf6afac7
authored
Sep 22, 2013
by
Renfred Harper
Browse files
Delete script from document.js
parent
26ce5df5
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/static/js/document.js
View file @
bf6afac7
$
(
document
).
ready
(
function
()
{
var
lastClicked
=
null
;
$
(
'
#info-body
'
).
click
(
function
()
{
$
(
this
).
slideUp
(
350
);
});
$
(
document
).
on
(
'
click
'
,
'
.grid-box
'
,
function
(){
$
(
'
#info-body
'
).
slideDown
(
350
);
});
});
\ No newline at end of file
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