Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
community
save.poddery.com
Commits
6a5c98b9
Commit
6a5c98b9
authored
Jun 11, 2013
by
c.balasankar
Browse files
Oops
parent
ebe55ee5
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
6a5c98b9
...
...
@@ -516,16 +516,16 @@
<script
src=
"js/jquery.fitvids.js"
></script>
<script
src=
"js/vendor/jquery.smooth-scroll.js"
></script>
<script>
€
(
document
).
ready
(
function
(){
€
(
"
#video
"
).
fitVids
();
€
(
'
a
'
).
smoothScroll
();
$
(
document
).
ready
(
function
(){
$
(
"
#video
"
).
fitVids
();
$
(
'
a
'
).
smoothScroll
();
€
(
window
).
scroll
(
function
(){
if
(
€
(
window
).
scrollTop
()
>
100
)
{
€
(
'
#backtotop
'
).
show
();
$
(
window
).
scroll
(
function
(){
if
(
$
(
window
).
scrollTop
()
>
100
)
{
$
(
'
#backtotop
'
).
show
();
}
else
{
€
(
'
#backtotop
'
).
hide
();
$
(
'
#backtotop
'
).
hide
();
}
})
});
...
...
Write
Preview
Supports
Markdown
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