We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 235a0c1 + 1405b60 commit e3339c1Copy full SHA for e3339c1
src/js/jquery.swipebox.js
@@ -51,7 +51,7 @@
51
52
$.swipebox.extend = function (){
53
return ui;
54
- }
+ };
55
56
plugin.init = function() {
57
@@ -628,7 +628,7 @@
628
629
if ( index === 0 ) {
630
$( '#swipebox-prev' ).addClass( 'disabled' );
631
- } else if ( index === elements.length - 1 && plugin.settings.loopAtEnd != true) {
+ } else if ( index === elements.length - 1 && plugin.settings.loopAtEnd !== true) {
632
$( '#swipebox-next' ).addClass( 'disabled' );
633
}
634
},
0 commit comments