Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions source/jquery.slides.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -293,10 +293,11 @@
@data = $.data this

# Hide all slides expect current
$(".slidesjs-control", $element).children(":not(:eq(" + @data.current + "))").css
display: "none"
left: 0
zIndex: 0
if [email protected]
$(".slidesjs-control", $element).children(":not(:eq(" + @data.current + "))").css
display: "none"
left: 0
zIndex: 0

# Get the new width and height
width = $element.width()
Expand Down
12 changes: 7 additions & 5 deletions source/jquery.slides.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.