8000 Fixing bug · sunil-samuel/jquery-responsive-background-slideshow@07c2132 · GitHub
Skip to content

Commit 07c2132

Browse files
committed
Fixing bug
1 parent c678566 commit 07c2132

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/js/jquery-bg-slideshow-min.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js/jquery-bg-slideshow.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Author : Sunil Samuel (web_github@sunilsamuel.com)
33
* License : GPLv3
44
* GIT URL : https://github.com/sunil-samuel/jquery-responsive-background-slideshow
5+
* Version: 1.5
56
* ______ _
67
* | ___ \ (_)
78
* | |_/ /___ ___ _ __ ___ _ __ ___ ___ _____
@@ -316,8 +317,8 @@
316317
"position": "absolute",
317318
"display": settings.defaultDisplay
318319
});
319-
var removed = $(settings.cloned).remove();
320-
debug(settings.debug, "Total removed [" + removed.length + "]");
320+
//var removed = $(settings.cloned).remove();
321+
//debug(settings.debug, "Total removed [" + removed.length + "]");
321322
if (settings.eventHandlers.afterChange) {
322323
settings.eventHandlers.afterChange(element, settings, nextImage);
323324
}

0 commit comments

Comments
 (0)